Shades of Fuchsia #CA2DCB
Tints of Fuchsia #CA2DCB
RGB
CMYK
RGB Variations
Color information
#CA2DCB (or 0xCA2DCB) is known color: Fuchsia. HEX triplet: CA, 2D and CB. RGB value is (202,45,203). Sum of RGB (Red+Green+Blue) = 202+45+203=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DCB is #35D234. Grayscale: #6D6D6D. Windows color (decimal): -3527221 or 13315530. OLE color: 13315530.
HSL color Cylindrical-coordinate representation of color #CA2DCB: hue angle of 299.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2DCB is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 45 | 203 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.20 |
| HSL | 299.62º | 0.64% | 0.49% | - |
| HSV(B) | 299.62º | 0.78% | 0.8% | - |
| XYZ | 36.08 | 18.75 | 58.22 | - |
| YUV | 109.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 203 | 0.00 | 0.78 | 0 | 0.20 | 299.62 | 0.64 | 0.49 |
| Hex | CA | 2D | CB | 0 | 4E | 0 | 14 | 12C | 40 | 31 |
| Octal | 312 | 55 | 313 | 0 | 116 | 0 | 24 | 454 | 100 | 61 |
| Binary | 11001010 | 101101 | 11001011 | 0 | 1001110 | 0 | 10100 | 100101100 | 1000000 | 110001 |
Color Harmonies of #CA2DCB
Complementary color
Monochromatic Colors of #CA2DCB
Black with #CA2DCB
Text Example
Text Example
White with #CA2DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DCB; }
p { color: rgb(202,45,203); }
H1.HeaderClassName
{
color: #CA2DCB;
}
.AnyTagClassName
{
color: #CA2DCB;
}
</style>
background-color css
<style>
a { background-color: #CA2DCB; }
a { background-color: rgb(202,45,203); }
div.DivClassName
{
background-color: #CA2DCB;
}
.BgClassName
{
background-color: #CA2DCB;
}
</style>
border-color css
<style>
span { border-color: #CA2DCB; }
span { border-color: rgb(202,45,203); }
td.TdClassName
{
border-color: #CA2DCB;
}
.TagClassName
{
border-color: #CA2DCB;
}
</style>