Shades of Fuchsia #CA2CCB
Tints of Fuchsia #CA2CCB
RGB
CMYK
RGB Variations
Color information
#CA2CCB (or 0xCA2CCB) is known color: Fuchsia. HEX triplet: CA, 2C and CB. RGB value is (202,44,203). Sum of RGB (Red+Green+Blue) = 202+44+203=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 44 (17.58% from 255 or 9.80% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CCB is #35D334. Grayscale: #6C6C6C. Windows color (decimal): -3527477 or 13315274. OLE color: 13315274.
HSL color Cylindrical-coordinate representation of color #CA2CCB: hue angle of 299.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2CCB is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 44 | 203 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.20 |
| HSL | 299.62º | 0.64% | 0.48% | - |
| HSV(B) | 299.62º | 0.78% | 0.8% | - |
| XYZ | 36.04 | 18.67 | 58.2 | - |
| YUV | 109.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 203 | 0.00 | 0.78 | 0 | 0.20 | 299.62 | 0.64 | 0.48 |
| Hex | CA | 2C | CB | 0 | 4E | 0 | 14 | 12C | 40 | 30 |
| Octal | 312 | 54 | 313 | 0 | 116 | 0 | 24 | 454 | 100 | 60 |
| Binary | 11001010 | 101100 | 11001011 | 0 | 1001110 | 0 | 10100 | 100101100 | 1000000 | 110000 |
Color Harmonies of #CA2CCB
Complementary color
Monochromatic Colors of #CA2CCB
Black with #CA2CCB
Text Example
Text Example
White with #CA2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CCB; }
p { color: rgb(202,44,203); }
H1.HeaderClassName
{
color: #CA2CCB;
}
.AnyTagClassName
{
color: #CA2CCB;
}
</style>
background-color css
<style>
a { background-color: #CA2CCB; }
a { background-color: rgb(202,44,203); }
div.DivClassName
{
background-color: #CA2CCB;
}
.BgClassName
{
background-color: #CA2CCB;
}
</style>
border-color css
<style>
span { border-color: #CA2CCB; }
span { border-color: rgb(202,44,203); }
td.TdClassName
{
border-color: #CA2CCB;
}
.TagClassName
{
border-color: #CA2CCB;
}
</style>