Shades of Fuchsia #CA42D1
Tints of Fuchsia #CA42D1
RGB
CMYK
RGB Variations
Color information
#CA42D1 (or 0xCA42D1) is known color: Fuchsia. HEX triplet: CA, 42 and D1. RGB value is (202,66,209). Sum of RGB (Red+Green+Blue) = 202+66+209=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42D1 is #35BD2E. Grayscale: #7A7A7A. Windows color (decimal): -3521839 or 13714122. OLE color: 13714122.
HSL color Cylindrical-coordinate representation of color #CA42D1: hue angle of 297.06º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA42D1 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 66 | 209 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.18 |
| HSL | 297.06º | 0.61% | 0.54% | - |
| HSV(B) | 297.06º | 0.68% | 0.82% | - |
| XYZ | 37.81 | 21.06 | 62.39 | - |
| YUV | 122.97 | 176.56 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 209 | 0.03 | 0.68 | 0 | 0.18 | 297.06 | 0.61 | 0.54 |
| Hex | CA | 42 | D1 | 3 | 44 | 0 | 12 | 129 | 3D | 36 |
| Octal | 312 | 102 | 321 | 3 | 104 | 0 | 22 | 451 | 75 | 66 |
| Binary | 11001010 | 1000010 | 11010001 | 11 | 1000100 | 0 | 10010 | 100101001 | 111101 | 110110 |
Color Harmonies of #CA42D1
Complementary color
Monochromatic Colors of #CA42D1
Black with #CA42D1
Text Example
Text Example
White with #CA42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42D1; }
p { color: rgb(202,66,209); }
H1.HeaderClassName
{
color: #CA42D1;
}
.AnyTagClassName
{
color: #CA42D1;
}
</style>
background-color css
<style>
a { background-color: #CA42D1; }
a { background-color: rgb(202,66,209); }
div.DivClassName
{
background-color: #CA42D1;
}
.BgClassName
{
background-color: #CA42D1;
}
</style>
border-color css
<style>
span { border-color: #CA42D1; }
span { border-color: rgb(202,66,209); }
td.TdClassName
{
border-color: #CA42D1;
}
.TagClassName
{
border-color: #CA42D1;
}
</style>