Shades of Fuchsia #CA2DC1
Tints of Fuchsia #CA2DC1
RGB
CMYK
RGB Variations
Color information
#CA2DC1 (or 0xCA2DC1) is known color: Fuchsia. HEX triplet: CA, 2D and C1. RGB value is (202,45,193). Sum of RGB (Red+Green+Blue) = 202+45+193=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DC1 is #35D23E. Grayscale: #6C6C6C. Windows color (decimal): -3527231 or 12660170. OLE color: 12660170.
HSL color Cylindrical-coordinate representation of color #CA2DC1: hue angle of 303.44º 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 #CA2DC1 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 193 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.21 |
| HSL | 303.44º | 0.64% | 0.48% | - |
| HSV(B) | 303.44º | 0.78% | 0.79% | - |
| XYZ | 34.92 | 18.28 | 52.14 | - |
| YUV | 108.82 | 175.51 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 193 | 0 | 0.78 | 0.04 | 0.21 | 303.44 | 0.64 | 0.48 |
| Hex | CA | 2D | C1 | 0 | 4E | 4 | 15 | 12F | 40 | 30 |
| Octal | 312 | 55 | 301 | 0 | 116 | 4 | 25 | 457 | 100 | 60 |
| Binary | 11001010 | 101101 | 11000001 | 0 | 1001110 | 100 | 10101 | 100101111 | 1000000 | 110000 |
Color Harmonies of #CA2DC1
Complementary color
Monochromatic Colors of #CA2DC1
Black with #CA2DC1
Text Example
Text Example
White with #CA2DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DC1; }
p { color: rgb(202,45,193); }
H1.HeaderClassName
{
color: #CA2DC1;
}
.AnyTagClassName
{
color: #CA2DC1;
}
</style>
background-color css
<style>
a { background-color: #CA2DC1; }
a { background-color: rgb(202,45,193); }
div.DivClassName
{
background-color: #CA2DC1;
}
.BgClassName
{
background-color: #CA2DC1;
}
</style>
border-color css
<style>
span { border-color: #CA2DC1; }
span { border-color: rgb(202,45,193); }
td.TdClassName
{
border-color: #CA2DC1;
}
.TagClassName
{
border-color: #CA2DC1;
}
</style>