Shades of Fuchsia #CA4DC2
Tints of Fuchsia #CA4DC2
RGB
CMYK
RGB Variations
Color information
#CA4DC2 (or 0xCA4DC2) is known color: Fuchsia. HEX triplet: CA, 4D and C2. RGB value is (202,77,194). Sum of RGB (Red+Green+Blue) = 202+77+194=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DC2 is #35B23D. Grayscale: #7F7F7F. Windows color (decimal): -3519038 or 12733898. OLE color: 12733898.
HSL color Cylindrical-coordinate representation of color #CA4DC2: hue angle of 303.84º 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 #CA4DC2 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 194 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.21 |
| HSL | 303.84º | 0.54% | 0.55% | - |
| HSV(B) | 303.84º | 0.62% | 0.79% | - |
| XYZ | 36.75 | 21.76 | 53.3 | - |
| YUV | 127.71 | 165.41 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 194 | 0 | 0.62 | 0.04 | 0.21 | 303.84 | 0.54 | 0.55 |
| Hex | CA | 4D | C2 | 0 | 3E | 4 | 15 | 130 | 36 | 37 |
| Octal | 312 | 115 | 302 | 0 | 76 | 4 | 25 | 460 | 66 | 67 |
| Binary | 11001010 | 1001101 | 11000010 | 0 | 111110 | 100 | 10101 | 100110000 | 110110 | 110111 |
Color Harmonies of #CA4DC2
Complementary color
Monochromatic Colors of #CA4DC2
Black with #CA4DC2
Text Example
Text Example
White with #CA4DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DC2; }
p { color: rgb(202,77,194); }
H1.HeaderClassName
{
color: #CA4DC2;
}
.AnyTagClassName
{
color: #CA4DC2;
}
</style>
background-color css
<style>
a { background-color: #CA4DC2; }
a { background-color: rgb(202,77,194); }
div.DivClassName
{
background-color: #CA4DC2;
}
.BgClassName
{
background-color: #CA4DC2;
}
</style>
border-color css
<style>
span { border-color: #CA4DC2; }
span { border-color: rgb(202,77,194); }
td.TdClassName
{
border-color: #CA4DC2;
}
.TagClassName
{
border-color: #CA4DC2;
}
</style>