Shades of Fuchsia #CA33C9
Tints of Fuchsia #CA33C9
RGB
CMYK
RGB Variations
Color information
#CA33C9 (or 0xCA33C9) is known color: Fuchsia. HEX triplet: CA, 33 and C9. RGB value is (202,51,201). Sum of RGB (Red+Green+Blue) = 202+51+201=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 51 (20.31% from 255 or 11.23% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33C9 is #35CC36. Grayscale: #707070. Windows color (decimal): -3525687 or 13185994. OLE color: 13185994.
HSL color Cylindrical-coordinate representation of color #CA33C9: hue angle of 300.4º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33C9 is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 201 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.21 |
| HSL | 300.4º | 0.6% | 0.5% | - |
| HSV(B) | 300.4º | 0.75% | 0.79% | - |
| XYZ | 36.08 | 19.14 | 57.05 | - |
| YUV | 113.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 201 | 0 | 0.75 | 0.00 | 0.21 | 300.4 | 0.6 | 0.5 |
| Hex | CA | 33 | C9 | 0 | 4B | 0 | 15 | 12C | 3C | 32 |
| Octal | 312 | 63 | 311 | 0 | 113 | 0 | 25 | 454 | 74 | 62 |
| Binary | 11001010 | 110011 | 11001001 | 0 | 1001011 | 0 | 10101 | 100101100 | 111100 | 110010 |
Color Harmonies of #CA33C9
Complementary color
Monochromatic Colors of #CA33C9
Black with #CA33C9
Text Example
Text Example
White with #CA33C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33C9; }
p { color: rgb(202,51,201); }
H1.HeaderClassName
{
color: #CA33C9;
}
.AnyTagClassName
{
color: #CA33C9;
}
</style>
background-color css
<style>
a { background-color: #CA33C9; }
a { background-color: rgb(202,51,201); }
div.DivClassName
{
background-color: #CA33C9;
}
.BgClassName
{
background-color: #CA33C9;
}
</style>
border-color css
<style>
span { border-color: #CA33C9; }
span { border-color: rgb(202,51,201); }
td.TdClassName
{
border-color: #CA33C9;
}
.TagClassName
{
border-color: #CA33C9;
}
</style>