Shades of Fuchsia #CA33D2
Tints of Fuchsia #CA33D2
RGB
CMYK
RGB Variations
Color information
#CA33D2 (or 0xCA33D2) is known color: Fuchsia. HEX triplet: CA, 33 and D2. RGB value is (202,51,210). Sum of RGB (Red+Green+Blue) = 202+51+210=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA33D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33D2 is #35CC2D. Grayscale: #717171. Windows color (decimal): -3525678 or 13775818. OLE color: 13775818.
HSL color Cylindrical-coordinate representation of color #CA33D2: hue angle of 296.98º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA33D2 is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 51 | 210 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.18 |
| HSL | 296.98º | 0.64% | 0.51% | - |
| HSV(B) | 296.98º | 0.76% | 0.82% | - |
| XYZ | 37.17 | 19.58 | 62.79 | - |
| YUV | 114.28 | 182.03 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 210 | 0.04 | 0.76 | 0 | 0.18 | 296.98 | 0.64 | 0.51 |
| Hex | CA | 33 | D2 | 4 | 4C | 0 | 12 | 129 | 40 | 33 |
| Octal | 312 | 63 | 322 | 4 | 114 | 0 | 22 | 451 | 100 | 63 |
| Binary | 11001010 | 110011 | 11010010 | 100 | 1001100 | 0 | 10010 | 100101001 | 1000000 | 110011 |
Color Harmonies of #CA33D2
Complementary color
Monochromatic Colors of #CA33D2
Black with #CA33D2
Text Example
Text Example
White with #CA33D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33D2; }
p { color: rgb(202,51,210); }
H1.HeaderClassName
{
color: #CA33D2;
}
.AnyTagClassName
{
color: #CA33D2;
}
</style>
background-color css
<style>
a { background-color: #CA33D2; }
a { background-color: rgb(202,51,210); }
div.DivClassName
{
background-color: #CA33D2;
}
.BgClassName
{
background-color: #CA33D2;
}
</style>
border-color css
<style>
span { border-color: #CA33D2; }
span { border-color: rgb(202,51,210); }
td.TdClassName
{
border-color: #CA33D2;
}
.TagClassName
{
border-color: #CA33D2;
}
</style>