Shades of Fuchsia #CA4AB8
Tints of Fuchsia #CA4AB8
RGB
CMYK
RGB Variations
Color information
#CA4AB8 (or 0xCA4AB8) is known color: Fuchsia. HEX triplet: CA, 4A and B8. RGB value is (202,74,184). Sum of RGB (Red+Green+Blue) = 202+74+184=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4AB8 is #35B547. Grayscale: #7C7C7C. Windows color (decimal): -3519816 or 12077770. OLE color: 12077770.
HSL color Cylindrical-coordinate representation of color #CA4AB8: hue angle of 308.44º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4AB8 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 184 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.21 |
| HSL | 308.44º | 0.55% | 0.54% | - |
| HSV(B) | 308.44º | 0.63% | 0.79% | - |
| XYZ | 35.46 | 20.91 | 47.52 | - |
| YUV | 124.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 184 | 0 | 0.63 | 0.09 | 0.21 | 308.44 | 0.55 | 0.54 |
| Hex | CA | 4A | B8 | 0 | 3F | 9 | 15 | 134 | 37 | 36 |
| Octal | 312 | 112 | 270 | 0 | 77 | 11 | 25 | 464 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10111000 | 0 | 111111 | 1001 | 10101 | 100110100 | 110111 | 110110 |
Color Harmonies of #CA4AB8
Complementary color
Monochromatic Colors of #CA4AB8
Black with #CA4AB8
Text Example
Text Example
White with #CA4AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AB8; }
p { color: rgb(202,74,184); }
H1.HeaderClassName
{
color: #CA4AB8;
}
.AnyTagClassName
{
color: #CA4AB8;
}
</style>
background-color css
<style>
a { background-color: #CA4AB8; }
a { background-color: rgb(202,74,184); }
div.DivClassName
{
background-color: #CA4AB8;
}
.BgClassName
{
background-color: #CA4AB8;
}
</style>
border-color css
<style>
span { border-color: #CA4AB8; }
span { border-color: rgb(202,74,184); }
td.TdClassName
{
border-color: #CA4AB8;
}
.TagClassName
{
border-color: #CA4AB8;
}
</style>