Shades of Fuchsia #C33FAF
Tints of Fuchsia #C33FAF
RGB
CMYK
RGB Variations
Color information
#C33FAF (or 0xC33FAF) is known color: Fuchsia. HEX triplet: C3, 3F and AF. RGB value is (195,63,175). Sum of RGB (Red+Green+Blue) = 195+63+175=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C33FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33FAF is #3CC050. Grayscale: #727272. Windows color (decimal): -3981393 or 11485123. OLE color: 11485123.
HSL color Cylindrical-coordinate representation of color #C33FAF: hue angle of 309.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33FAF is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 175 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.24 |
| HSL | 309.09º | 0.52% | 0.51% | - |
| HSV(B) | 309.09º | 0.68% | 0.76% | - |
| XYZ | 32.02 | 18.25 | 42.39 | - |
| YUV | 115.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 175 | 0 | 0.68 | 0.10 | 0.24 | 309.09 | 0.52 | 0.51 |
| Hex | C3 | 3F | AF | 0 | 44 | A | 18 | 135 | 34 | 33 |
| Octal | 303 | 77 | 257 | 0 | 104 | 12 | 30 | 465 | 64 | 63 |
| Binary | 11000011 | 111111 | 10101111 | 0 | 1000100 | 1010 | 11000 | 100110101 | 110100 | 110011 |
Color Harmonies of #C33FAF
Complementary color
Monochromatic Colors of #C33FAF
Black with #C33FAF
Text Example
Text Example
White with #C33FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FAF; }
p { color: rgb(195,63,175); }
H1.HeaderClassName
{
color: #C33FAF;
}
.AnyTagClassName
{
color: #C33FAF;
}
</style>
background-color css
<style>
a { background-color: #C33FAF; }
a { background-color: rgb(195,63,175); }
div.DivClassName
{
background-color: #C33FAF;
}
.BgClassName
{
background-color: #C33FAF;
}
</style>
border-color css
<style>
span { border-color: #C33FAF; }
span { border-color: rgb(195,63,175); }
td.TdClassName
{
border-color: #C33FAF;
}
.TagClassName
{
border-color: #C33FAF;
}
</style>