Shades of Fuchsia #CA4DB6
Tints of Fuchsia #CA4DB6
RGB
CMYK
RGB Variations
Color information
#CA4DB6 (or 0xCA4DB6) is known color: Fuchsia. HEX triplet: CA, 4D and B6. RGB value is (202,77,182). Sum of RGB (Red+Green+Blue) = 202+77+182=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DB6 is #35B249. Grayscale: #7E7E7E. Windows color (decimal): -3519050 or 11947466. OLE color: 11947466.
HSL color Cylindrical-coordinate representation of color #CA4DB6: hue angle of 309.6º 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 #CA4DB6 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 182 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.21 |
| HSL | 309.6º | 0.54% | 0.55% | - |
| HSV(B) | 309.6º | 0.62% | 0.79% | - |
| XYZ | 35.45 | 21.24 | 46.49 | - |
| YUV | 126.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 182 | 0 | 0.62 | 0.10 | 0.21 | 309.6 | 0.54 | 0.55 |
| Hex | CA | 4D | B6 | 0 | 3E | A | 15 | 136 | 36 | 37 |
| Octal | 312 | 115 | 266 | 0 | 76 | 12 | 25 | 466 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10110110 | 0 | 111110 | 1010 | 10101 | 100110110 | 110110 | 110111 |
Color Harmonies of #CA4DB6
Complementary color
Monochromatic Colors of #CA4DB6
Black with #CA4DB6
Text Example
Text Example
White with #CA4DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DB6; }
p { color: rgb(202,77,182); }
H1.HeaderClassName
{
color: #CA4DB6;
}
.AnyTagClassName
{
color: #CA4DB6;
}
</style>
background-color css
<style>
a { background-color: #CA4DB6; }
a { background-color: rgb(202,77,182); }
div.DivClassName
{
background-color: #CA4DB6;
}
.BgClassName
{
background-color: #CA4DB6;
}
</style>
border-color css
<style>
span { border-color: #CA4DB6; }
span { border-color: rgb(202,77,182); }
td.TdClassName
{
border-color: #CA4DB6;
}
.TagClassName
{
border-color: #CA4DB6;
}
</style>