Shades of Fuchsia #C33CAF
Tints of Fuchsia #C33CAF
RGB
CMYK
RGB Variations
Color information
#C33CAF (or 0xC33CAF) is known color: Fuchsia. HEX triplet: C3, 3C and AF. RGB value is (195,60,175). Sum of RGB (Red+Green+Blue) = 195+60+175=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C33CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33CAF is #3CC350. Grayscale: #717171. Windows color (decimal): -3982161 or 11484355. OLE color: 11484355.
HSL color Cylindrical-coordinate representation of color #C33CAF: hue angle of 308.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33CAF is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 60 | 175 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.24 |
| HSL | 308.89º | 0.53% | 0.5% | - |
| HSV(B) | 308.89º | 0.69% | 0.76% | - |
| XYZ | 31.86 | 17.93 | 42.34 | - |
| YUV | 113.48 | 162.73 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 175 | 0 | 0.69 | 0.10 | 0.24 | 308.89 | 0.53 | 0.5 |
| Hex | C3 | 3C | AF | 0 | 45 | A | 18 | 135 | 35 | 32 |
| Octal | 303 | 74 | 257 | 0 | 105 | 12 | 30 | 465 | 65 | 62 |
| Binary | 11000011 | 111100 | 10101111 | 0 | 1000101 | 1010 | 11000 | 100110101 | 110101 | 110010 |
Color Harmonies of #C33CAF
Complementary color
Monochromatic Colors of #C33CAF
Black with #C33CAF
Text Example
Text Example
White with #C33CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CAF; }
p { color: rgb(195,60,175); }
H1.HeaderClassName
{
color: #C33CAF;
}
.AnyTagClassName
{
color: #C33CAF;
}
</style>
background-color css
<style>
a { background-color: #C33CAF; }
a { background-color: rgb(195,60,175); }
div.DivClassName
{
background-color: #C33CAF;
}
.BgClassName
{
background-color: #C33CAF;
}
</style>
border-color css
<style>
span { border-color: #C33CAF; }
span { border-color: rgb(195,60,175); }
td.TdClassName
{
border-color: #C33CAF;
}
.TagClassName
{
border-color: #C33CAF;
}
</style>