Shades of Fuchsia #CA2DCE
Tints of Fuchsia #CA2DCE
RGB
CMYK
RGB Variations
Color information
#CA2DCE (or 0xCA2DCE) is known color: Fuchsia. HEX triplet: CA, 2D and CE. RGB value is (202,45,206). Sum of RGB (Red+Green+Blue) = 202+45+206=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 45 (17.97% from 255 or 9.93% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DCE is #35D231. Grayscale: #6D6D6D. Windows color (decimal): -3527218 or 13512138. OLE color: 13512138.
HSL color Cylindrical-coordinate representation of color #CA2DCE: hue angle of 298.51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DCE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 45 | 206 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.19 |
| HSL | 298.51º | 0.64% | 0.49% | - |
| HSV(B) | 298.51º | 0.78% | 0.81% | - |
| XYZ | 36.44 | 18.89 | 60.12 | - |
| YUV | 110.3 | 182.01 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 206 | 0.02 | 0.78 | 0 | 0.19 | 298.51 | 0.64 | 0.49 |
| Hex | CA | 2D | CE | 2 | 4E | 0 | 13 | 12B | 40 | 31 |
| Octal | 312 | 55 | 316 | 2 | 116 | 0 | 23 | 453 | 100 | 61 |
| Binary | 11001010 | 101101 | 11001110 | 10 | 1001110 | 0 | 10011 | 100101011 | 1000000 | 110001 |
Color Harmonies of #CA2DCE
Complementary color
Monochromatic Colors of #CA2DCE
Black with #CA2DCE
Text Example
Text Example
White with #CA2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DCE; }
p { color: rgb(202,45,206); }
H1.HeaderClassName
{
color: #CA2DCE;
}
.AnyTagClassName
{
color: #CA2DCE;
}
</style>
background-color css
<style>
a { background-color: #CA2DCE; }
a { background-color: rgb(202,45,206); }
div.DivClassName
{
background-color: #CA2DCE;
}
.BgClassName
{
background-color: #CA2DCE;
}
</style>
border-color css
<style>
span { border-color: #CA2DCE; }
span { border-color: rgb(202,45,206); }
td.TdClassName
{
border-color: #CA2DCE;
}
.TagClassName
{
border-color: #CA2DCE;
}
</style>