Shades of Fuchsia #CA2DBE
Tints of Fuchsia #CA2DBE
RGB
CMYK
RGB Variations
Color information
#CA2DBE (or 0xCA2DBE) is known color: Fuchsia. HEX triplet: CA, 2D and BE. RGB value is (202,45,190). Sum of RGB (Red+Green+Blue) = 202+45+190=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DBE is #35D241. Grayscale: #6C6C6C. Windows color (decimal): -3527234 or 12463562. OLE color: 12463562.
HSL color Cylindrical-coordinate representation of color #CA2DBE: hue angle of 304.59º 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 #CA2DBE is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 190 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.21 |
| HSL | 304.59º | 0.64% | 0.48% | - |
| HSV(B) | 304.59º | 0.78% | 0.79% | - |
| XYZ | 34.59 | 18.15 | 50.4 | - |
| YUV | 108.47 | 174.01 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 190 | 0 | 0.78 | 0.06 | 0.21 | 304.59 | 0.64 | 0.48 |
| Hex | CA | 2D | BE | 0 | 4E | 6 | 15 | 131 | 40 | 30 |
| Octal | 312 | 55 | 276 | 0 | 116 | 6 | 25 | 461 | 100 | 60 |
| Binary | 11001010 | 101101 | 10111110 | 0 | 1001110 | 110 | 10101 | 100110001 | 1000000 | 110000 |
Color Harmonies of #CA2DBE
Complementary color
Monochromatic Colors of #CA2DBE
Black with #CA2DBE
Text Example
Text Example
White with #CA2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DBE; }
p { color: rgb(202,45,190); }
H1.HeaderClassName
{
color: #CA2DBE;
}
.AnyTagClassName
{
color: #CA2DBE;
}
</style>
background-color css
<style>
a { background-color: #CA2DBE; }
a { background-color: rgb(202,45,190); }
div.DivClassName
{
background-color: #CA2DBE;
}
.BgClassName
{
background-color: #CA2DBE;
}
</style>
border-color css
<style>
span { border-color: #CA2DBE; }
span { border-color: rgb(202,45,190); }
td.TdClassName
{
border-color: #CA2DBE;
}
.TagClassName
{
border-color: #CA2DBE;
}
</style>