Shades of Fuchsia #CA4DB2
Tints of Fuchsia #CA4DB2
RGB
CMYK
RGB Variations
Color information
#CA4DB2 (or 0xCA4DB2) is known color: Fuchsia. HEX triplet: CA, 4D and B2. RGB value is (202,77,178). Sum of RGB (Red+Green+Blue) = 202+77+178=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DB2 is #35B24D. Grayscale: #7D7D7D. Windows color (decimal): -3519054 or 11685322. OLE color: 11685322.
HSL color Cylindrical-coordinate representation of color #CA4DB2: hue angle of 311.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4DB2 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 178 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.21 |
| HSL | 311.52º | 0.54% | 0.55% | - |
| HSV(B) | 311.52º | 0.62% | 0.79% | - |
| XYZ | 35.05 | 21.08 | 44.34 | - |
| YUV | 125.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 178 | 0 | 0.62 | 0.12 | 0.21 | 311.52 | 0.54 | 0.55 |
| Hex | CA | 4D | B2 | 0 | 3E | C | 15 | 138 | 36 | 37 |
| Octal | 312 | 115 | 262 | 0 | 76 | 14 | 25 | 470 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10110010 | 0 | 111110 | 1100 | 10101 | 100111000 | 110110 | 110111 |
Color Harmonies of #CA4DB2
Complementary color
Monochromatic Colors of #CA4DB2
Black with #CA4DB2
Text Example
Text Example
White with #CA4DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DB2; }
p { color: rgb(202,77,178); }
H1.HeaderClassName
{
color: #CA4DB2;
}
.AnyTagClassName
{
color: #CA4DB2;
}
</style>
background-color css
<style>
a { background-color: #CA4DB2; }
a { background-color: rgb(202,77,178); }
div.DivClassName
{
background-color: #CA4DB2;
}
.BgClassName
{
background-color: #CA4DB2;
}
</style>
border-color css
<style>
span { border-color: #CA4DB2; }
span { border-color: rgb(202,77,178); }
td.TdClassName
{
border-color: #CA4DB2;
}
.TagClassName
{
border-color: #CA4DB2;
}
</style>