Shades of Fuchsia #CA33D0
Tints of Fuchsia #CA33D0
RGB
CMYK
RGB Variations
Color information
#CA33D0 (or 0xCA33D0) is known color: Fuchsia. HEX triplet: CA, 33 and D0. RGB value is (202,51,208). Sum of RGB (Red+Green+Blue) = 202+51+208=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33D0 is #35CC2F. Grayscale: #717171. Windows color (decimal): -3525680 or 13644746. OLE color: 13644746.
HSL color Cylindrical-coordinate representation of color #CA33D0: hue angle of 297.71º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA33D0 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 51 | 208 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.18 |
| HSL | 297.71º | 0.63% | 0.51% | - |
| HSV(B) | 297.71º | 0.75% | 0.82% | - |
| XYZ | 36.93 | 19.48 | 61.49 | - |
| YUV | 114.05 | 181.03 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 208 | 0.03 | 0.75 | 0 | 0.18 | 297.71 | 0.63 | 0.51 |
| Hex | CA | 33 | D0 | 3 | 4B | 0 | 12 | 12A | 3F | 33 |
| Octal | 312 | 63 | 320 | 3 | 113 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001010 | 110011 | 11010000 | 11 | 1001011 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CA33D0
Complementary color
Monochromatic Colors of #CA33D0
Black with #CA33D0
Text Example
Text Example
White with #CA33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33D0; }
p { color: rgb(202,51,208); }
H1.HeaderClassName
{
color: #CA33D0;
}
.AnyTagClassName
{
color: #CA33D0;
}
</style>
background-color css
<style>
a { background-color: #CA33D0; }
a { background-color: rgb(202,51,208); }
div.DivClassName
{
background-color: #CA33D0;
}
.BgClassName
{
background-color: #CA33D0;
}
</style>
border-color css
<style>
span { border-color: #CA33D0; }
span { border-color: rgb(202,51,208); }
td.TdClassName
{
border-color: #CA33D0;
}
.TagClassName
{
border-color: #CA33D0;
}
</style>