Shades of Fuchsia #CA2CC2
Tints of Fuchsia #CA2CC2
RGB
CMYK
RGB Variations
Color information
#CA2CC2 (or 0xCA2CC2) is known color: Fuchsia. HEX triplet: CA, 2C and C2. RGB value is (202,44,194). Sum of RGB (Red+Green+Blue) = 202+44+194=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2CC2 is #35D33D. Grayscale: #6B6B6B. Windows color (decimal): -3527486 or 12725450. OLE color: 12725450.
HSL color Cylindrical-coordinate representation of color #CA2CC2: hue angle of 303.04º 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 #CA2CC2 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 194 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.21 |
| HSL | 303.04º | 0.64% | 0.48% | - |
| HSV(B) | 303.04º | 0.78% | 0.79% | - |
| XYZ | 35 | 18.25 | 52.72 | - |
| YUV | 108.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 194 | 0 | 0.78 | 0.04 | 0.21 | 303.04 | 0.64 | 0.48 |
| Hex | CA | 2C | C2 | 0 | 4E | 4 | 15 | 12F | 40 | 30 |
| Octal | 312 | 54 | 302 | 0 | 116 | 4 | 25 | 457 | 100 | 60 |
| Binary | 11001010 | 101100 | 11000010 | 0 | 1001110 | 100 | 10101 | 100101111 | 1000000 | 110000 |
Color Harmonies of #CA2CC2
Complementary color
Monochromatic Colors of #CA2CC2
Black with #CA2CC2
Text Example
Text Example
White with #CA2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CC2; }
p { color: rgb(202,44,194); }
H1.HeaderClassName
{
color: #CA2CC2;
}
.AnyTagClassName
{
color: #CA2CC2;
}
</style>
background-color css
<style>
a { background-color: #CA2CC2; }
a { background-color: rgb(202,44,194); }
div.DivClassName
{
background-color: #CA2CC2;
}
.BgClassName
{
background-color: #CA2CC2;
}
</style>
border-color css
<style>
span { border-color: #CA2CC2; }
span { border-color: rgb(202,44,194); }
td.TdClassName
{
border-color: #CA2CC2;
}
.TagClassName
{
border-color: #CA2CC2;
}
</style>