Shades of Fuchsia #CA4CC2
Tints of Fuchsia #CA4CC2
RGB
CMYK
RGB Variations
Color information
#CA4CC2 (or 0xCA4CC2) is known color: Fuchsia. HEX triplet: CA, 4C and C2. RGB value is (202,76,194). Sum of RGB (Red+Green+Blue) = 202+76+194=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CC2 is #35B33D. Grayscale: #7E7E7E. Windows color (decimal): -3519294 or 12733642. OLE color: 12733642.
HSL color Cylindrical-coordinate representation of color #CA4CC2: hue angle of 303.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4CC2 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 76 | 194 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.21 |
| HSL | 303.81º | 0.54% | 0.55% | - |
| HSV(B) | 303.81º | 0.62% | 0.79% | - |
| XYZ | 36.68 | 21.62 | 53.28 | - |
| YUV | 127.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 194 | 0 | 0.62 | 0.04 | 0.21 | 303.81 | 0.54 | 0.55 |
| Hex | CA | 4C | C2 | 0 | 3E | 4 | 15 | 130 | 36 | 37 |
| Octal | 312 | 114 | 302 | 0 | 76 | 4 | 25 | 460 | 66 | 67 |
| Binary | 11001010 | 1001100 | 11000010 | 0 | 111110 | 100 | 10101 | 100110000 | 110110 | 110111 |
Color Harmonies of #CA4CC2
Complementary color
Monochromatic Colors of #CA4CC2
Black with #CA4CC2
Text Example
Text Example
White with #CA4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CC2; }
p { color: rgb(202,76,194); }
H1.HeaderClassName
{
color: #CA4CC2;
}
.AnyTagClassName
{
color: #CA4CC2;
}
</style>
background-color css
<style>
a { background-color: #CA4CC2; }
a { background-color: rgb(202,76,194); }
div.DivClassName
{
background-color: #CA4CC2;
}
.BgClassName
{
background-color: #CA4CC2;
}
</style>
border-color css
<style>
span { border-color: #CA4CC2; }
span { border-color: rgb(202,76,194); }
td.TdClassName
{
border-color: #CA4CC2;
}
.TagClassName
{
border-color: #CA4CC2;
}
</style>