Shades of Fuchsia #CA5DB8
Tints of Fuchsia #CA5DB8
RGB
CMYK
RGB Variations
Color information
#CA5DB8 (or 0xCA5DB8) is known color: Fuchsia. HEX triplet: CA, 5D and B8. RGB value is (202,93,184). Sum of RGB (Red+Green+Blue) = 202+93+184=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5DB8 is #35A247. Grayscale: #878787. Windows color (decimal): -3514952 or 12082634. OLE color: 12082634.
HSL color Cylindrical-coordinate representation of color #CA5DB8: hue angle of 309.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5DB8 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 93 | 184 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.21 |
| HSL | 309.91º | 0.51% | 0.58% | - |
| HSV(B) | 309.91º | 0.54% | 0.79% | - |
| XYZ | 36.92 | 23.85 | 48 | - |
| YUV | 135.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 93 | 184 | 0 | 0.54 | 0.09 | 0.21 | 309.91 | 0.51 | 0.58 |
| Hex | CA | 5D | B8 | 0 | 36 | 9 | 15 | 136 | 33 | 3A |
| Octal | 312 | 135 | 270 | 0 | 66 | 11 | 25 | 466 | 63 | 72 |
| Binary | 11001010 | 1011101 | 10111000 | 0 | 110110 | 1001 | 10101 | 100110110 | 110011 | 111010 |
Color Harmonies of #CA5DB8
Complementary color
Monochromatic Colors of #CA5DB8
Black with #CA5DB8
Text Example
Text Example
White with #CA5DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5DB8; }
p { color: rgb(202,93,184); }
H1.HeaderClassName
{
color: #CA5DB8;
}
.AnyTagClassName
{
color: #CA5DB8;
}
</style>
background-color css
<style>
a { background-color: #CA5DB8; }
a { background-color: rgb(202,93,184); }
div.DivClassName
{
background-color: #CA5DB8;
}
.BgClassName
{
background-color: #CA5DB8;
}
</style>
border-color css
<style>
span { border-color: #CA5DB8; }
span { border-color: rgb(202,93,184); }
td.TdClassName
{
border-color: #CA5DB8;
}
.TagClassName
{
border-color: #CA5DB8;
}
</style>