Shades of Fuchsia #CA2CC4
Tints of Fuchsia #CA2CC4
RGB
CMYK
RGB Variations
Color information
#CA2CC4 (or 0xCA2CC4) is known color: Fuchsia. HEX triplet: CA, 2C and C4. RGB value is (202,44,196). Sum of RGB (Red+Green+Blue) = 202+44+196=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CC4 is #35D33B. Grayscale: #6C6C6C. Windows color (decimal): -3527484 or 12856522. OLE color: 12856522.
HSL color Cylindrical-coordinate representation of color #CA2CC4: hue angle of 302.28º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2CC4 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 196 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.21 |
| HSL | 302.28º | 0.64% | 0.48% | - |
| HSV(B) | 302.28º | 0.78% | 0.79% | - |
| XYZ | 35.22 | 18.34 | 53.91 | - |
| YUV | 108.57 | 177.35 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 196 | 0 | 0.78 | 0.03 | 0.21 | 302.28 | 0.64 | 0.48 |
| Hex | CA | 2C | C4 | 0 | 4E | 3 | 15 | 12E | 40 | 30 |
| Octal | 312 | 54 | 304 | 0 | 116 | 3 | 25 | 456 | 100 | 60 |
| Binary | 11001010 | 101100 | 11000100 | 0 | 1001110 | 11 | 10101 | 100101110 | 1000000 | 110000 |
Color Harmonies of #CA2CC4
Complementary color
Monochromatic Colors of #CA2CC4
Black with #CA2CC4
Text Example
Text Example
White with #CA2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CC4; }
p { color: rgb(202,44,196); }
H1.HeaderClassName
{
color: #CA2CC4;
}
.AnyTagClassName
{
color: #CA2CC4;
}
</style>
background-color css
<style>
a { background-color: #CA2CC4; }
a { background-color: rgb(202,44,196); }
div.DivClassName
{
background-color: #CA2CC4;
}
.BgClassName
{
background-color: #CA2CC4;
}
</style>
border-color css
<style>
span { border-color: #CA2CC4; }
span { border-color: rgb(202,44,196); }
td.TdClassName
{
border-color: #CA2CC4;
}
.TagClassName
{
border-color: #CA2CC4;
}
</style>