Shades of Fuchsia #C335AD
Tints of Fuchsia #C335AD
RGB
CMYK
RGB Variations
Color information
#C335AD (or 0xC335AD) is known color: Fuchsia. HEX triplet: C3, 35 and AD. RGB value is (195,53,173). Sum of RGB (Red+Green+Blue) = 195+53+173=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C335AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C335AD is #3CCA52. Grayscale: #6C6C6C. Windows color (decimal): -3983955 or 11351491. OLE color: 11351491.
HSL color Cylindrical-coordinate representation of color #C335AD: hue angle of 309.3º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C335AD is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 173 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.24 |
| HSL | 309.3º | 0.57% | 0.49% | - |
| HSV(B) | 309.3º | 0.73% | 0.76% | - |
| XYZ | 31.32 | 17.17 | 41.2 | - |
| YUV | 109.14 | 164.04 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 173 | 0 | 0.73 | 0.11 | 0.24 | 309.3 | 0.57 | 0.49 |
| Hex | C3 | 35 | AD | 0 | 49 | B | 18 | 135 | 39 | 31 |
| Octal | 303 | 65 | 255 | 0 | 111 | 13 | 30 | 465 | 71 | 61 |
| Binary | 11000011 | 110101 | 10101101 | 0 | 1001001 | 1011 | 11000 | 100110101 | 111001 | 110001 |
Color Harmonies of #C335AD
Complementary color
Monochromatic Colors of #C335AD
Black with #C335AD
Text Example
Text Example
White with #C335AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335AD; }
p { color: rgb(195,53,173); }
H1.HeaderClassName
{
color: #C335AD;
}
.AnyTagClassName
{
color: #C335AD;
}
</style>
background-color css
<style>
a { background-color: #C335AD; }
a { background-color: rgb(195,53,173); }
div.DivClassName
{
background-color: #C335AD;
}
.BgClassName
{
background-color: #C335AD;
}
</style>
border-color css
<style>
span { border-color: #C335AD; }
span { border-color: rgb(195,53,173); }
td.TdClassName
{
border-color: #C335AD;
}
.TagClassName
{
border-color: #C335AD;
}
</style>