Shades of Fuchsia #CA4DB5
Tints of Fuchsia #CA4DB5
RGB
CMYK
RGB Variations
Color information
#CA4DB5 (or 0xCA4DB5) is known color: Fuchsia. HEX triplet: CA, 4D and B5. RGB value is (202,77,181). Sum of RGB (Red+Green+Blue) = 202+77+181=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DB5 is #35B24A. Grayscale: #7D7D7D. Windows color (decimal): -3519051 or 11881930. OLE color: 11881930.
HSL color Cylindrical-coordinate representation of color #CA4DB5: hue angle of 310.08º 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 #CA4DB5 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 181 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.21 |
| HSL | 310.08º | 0.54% | 0.55% | - |
| HSV(B) | 310.08º | 0.62% | 0.79% | - |
| XYZ | 35.35 | 21.2 | 45.94 | - |
| YUV | 126.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 181 | 0 | 0.62 | 0.10 | 0.21 | 310.08 | 0.54 | 0.55 |
| Hex | CA | 4D | B5 | 0 | 3E | A | 15 | 136 | 36 | 37 |
| Octal | 312 | 115 | 265 | 0 | 76 | 12 | 25 | 466 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10110101 | 0 | 111110 | 1010 | 10101 | 100110110 | 110110 | 110111 |
Color Harmonies of #CA4DB5
Complementary color
Monochromatic Colors of #CA4DB5
Black with #CA4DB5
Text Example
Text Example
White with #CA4DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DB5; }
p { color: rgb(202,77,181); }
H1.HeaderClassName
{
color: #CA4DB5;
}
.AnyTagClassName
{
color: #CA4DB5;
}
</style>
background-color css
<style>
a { background-color: #CA4DB5; }
a { background-color: rgb(202,77,181); }
div.DivClassName
{
background-color: #CA4DB5;
}
.BgClassName
{
background-color: #CA4DB5;
}
</style>
border-color css
<style>
span { border-color: #CA4DB5; }
span { border-color: rgb(202,77,181); }
td.TdClassName
{
border-color: #CA4DB5;
}
.TagClassName
{
border-color: #CA4DB5;
}
</style>