Shades of Fuchsia #CA42D2
Tints of Fuchsia #CA42D2
RGB
CMYK
RGB Variations
Color information
#CA42D2 (or 0xCA42D2) is known color: Fuchsia. HEX triplet: CA, 42 and D2. RGB value is (202,66,210). Sum of RGB (Red+Green+Blue) = 202+66+210=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #CA42D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42D2 is #35BD2D. Grayscale: #7A7A7A. Windows color (decimal): -3521838 or 13779658. OLE color: 13779658.
HSL color Cylindrical-coordinate representation of color #CA42D2: hue angle of 296.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA42D2 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 66 | 210 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.18 |
| HSL | 296.67º | 0.62% | 0.54% | - |
| HSV(B) | 296.67º | 0.69% | 0.82% | - |
| XYZ | 37.94 | 21.11 | 63.05 | - |
| YUV | 123.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 210 | 0.04 | 0.69 | 0 | 0.18 | 296.67 | 0.62 | 0.54 |
| Hex | CA | 42 | D2 | 4 | 45 | 0 | 12 | 129 | 3E | 36 |
| Octal | 312 | 102 | 322 | 4 | 105 | 0 | 22 | 451 | 76 | 66 |
| Binary | 11001010 | 1000010 | 11010010 | 100 | 1000101 | 0 | 10010 | 100101001 | 111110 | 110110 |
Color Harmonies of #CA42D2
Complementary color
Monochromatic Colors of #CA42D2
Black with #CA42D2
Text Example
Text Example
White with #CA42D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42D2; }
p { color: rgb(202,66,210); }
H1.HeaderClassName
{
color: #CA42D2;
}
.AnyTagClassName
{
color: #CA42D2;
}
</style>
background-color css
<style>
a { background-color: #CA42D2; }
a { background-color: rgb(202,66,210); }
div.DivClassName
{
background-color: #CA42D2;
}
.BgClassName
{
background-color: #CA42D2;
}
</style>
border-color css
<style>
span { border-color: #CA42D2; }
span { border-color: rgb(202,66,210); }
td.TdClassName
{
border-color: #CA42D2;
}
.TagClassName
{
border-color: #CA42D2;
}
</style>