Shades of Fuchsia #CA33C0
Tints of Fuchsia #CA33C0
RGB
CMYK
RGB Variations
Color information
#CA33C0 (or 0xCA33C0) is known color: Fuchsia. HEX triplet: CA, 33 and C0. RGB value is (202,51,192). Sum of RGB (Red+Green+Blue) = 202+51+192=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33C0 is #35CC3F. Grayscale: #6F6F6F. Windows color (decimal): -3525696 or 12596170. OLE color: 12596170.
HSL color Cylindrical-coordinate representation of color #CA33C0: hue angle of 303.97º 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 #CA33C0 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 192 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.21 |
| HSL | 303.97º | 0.6% | 0.5% | - |
| HSV(B) | 303.97º | 0.75% | 0.79% | - |
| XYZ | 35.06 | 18.73 | 51.64 | - |
| YUV | 112.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 192 | 0 | 0.75 | 0.05 | 0.21 | 303.97 | 0.6 | 0.5 |
| Hex | CA | 33 | C0 | 0 | 4B | 5 | 15 | 130 | 3C | 32 |
| Octal | 312 | 63 | 300 | 0 | 113 | 5 | 25 | 460 | 74 | 62 |
| Binary | 11001010 | 110011 | 11000000 | 0 | 1001011 | 101 | 10101 | 100110000 | 111100 | 110010 |
Color Harmonies of #CA33C0
Complementary color
Monochromatic Colors of #CA33C0
Black with #CA33C0
Text Example
Text Example
White with #CA33C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33C0; }
p { color: rgb(202,51,192); }
H1.HeaderClassName
{
color: #CA33C0;
}
.AnyTagClassName
{
color: #CA33C0;
}
</style>
background-color css
<style>
a { background-color: #CA33C0; }
a { background-color: rgb(202,51,192); }
div.DivClassName
{
background-color: #CA33C0;
}
.BgClassName
{
background-color: #CA33C0;
}
</style>
border-color css
<style>
span { border-color: #CA33C0; }
span { border-color: rgb(202,51,192); }
td.TdClassName
{
border-color: #CA33C0;
}
.TagClassName
{
border-color: #CA33C0;
}
</style>