Shades of Fuchsia #CA2DB5
Tints of Fuchsia #CA2DB5
RGB
CMYK
RGB Variations
Color information
#CA2DB5 (or 0xCA2DB5) is known color: Fuchsia. HEX triplet: CA, 2D and B5. RGB value is (202,45,181). Sum of RGB (Red+Green+Blue) = 202+45+181=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DB5 is #35D24A. Grayscale: #6B6B6B. Windows color (decimal): -3527243 or 11873738. OLE color: 11873738.
HSL color Cylindrical-coordinate representation of color #CA2DB5: hue angle of 308.03º 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 #CA2DB5 is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 181 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.21 |
| HSL | 308.03º | 0.64% | 0.48% | - |
| HSV(B) | 308.03º | 0.78% | 0.79% | - |
| XYZ | 33.64 | 17.77 | 45.37 | - |
| YUV | 107.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 181 | 0 | 0.78 | 0.10 | 0.21 | 308.03 | 0.64 | 0.48 |
| Hex | CA | 2D | B5 | 0 | 4E | A | 15 | 134 | 40 | 30 |
| Octal | 312 | 55 | 265 | 0 | 116 | 12 | 25 | 464 | 100 | 60 |
| Binary | 11001010 | 101101 | 10110101 | 0 | 1001110 | 1010 | 10101 | 100110100 | 1000000 | 110000 |
Color Harmonies of #CA2DB5
Complementary color
Monochromatic Colors of #CA2DB5
Black with #CA2DB5
Text Example
Text Example
White with #CA2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DB5; }
p { color: rgb(202,45,181); }
H1.HeaderClassName
{
color: #CA2DB5;
}
.AnyTagClassName
{
color: #CA2DB5;
}
</style>
background-color css
<style>
a { background-color: #CA2DB5; }
a { background-color: rgb(202,45,181); }
div.DivClassName
{
background-color: #CA2DB5;
}
.BgClassName
{
background-color: #CA2DB5;
}
</style>
border-color css
<style>
span { border-color: #CA2DB5; }
span { border-color: rgb(202,45,181); }
td.TdClassName
{
border-color: #CA2DB5;
}
.TagClassName
{
border-color: #CA2DB5;
}
</style>