Shades of Fuchsia #CA4BC5
Tints of Fuchsia #CA4BC5
RGB
CMYK
RGB Variations
Color information
#CA4BC5 (or 0xCA4BC5) is known color: Fuchsia. HEX triplet: CA, 4B and C5. RGB value is (202,75,197). Sum of RGB (Red+Green+Blue) = 202+75+197=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BC5 is #35B43A. Grayscale: #7E7E7E. Windows color (decimal): -3519547 or 12929994. OLE color: 12929994.
HSL color Cylindrical-coordinate representation of color #CA4BC5: hue angle of 302.36º 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 #CA4BC5 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 197 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.21 |
| HSL | 302.36º | 0.55% | 0.54% | - |
| HSV(B) | 302.36º | 0.63% | 0.79% | - |
| XYZ | 36.95 | 21.62 | 55.05 | - |
| YUV | 126.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 197 | 0 | 0.63 | 0.02 | 0.21 | 302.36 | 0.55 | 0.54 |
| Hex | CA | 4B | C5 | 0 | 3F | 2 | 15 | 12E | 37 | 36 |
| Octal | 312 | 113 | 305 | 0 | 77 | 2 | 25 | 456 | 67 | 66 |
| Binary | 11001010 | 1001011 | 11000101 | 0 | 111111 | 10 | 10101 | 100101110 | 110111 | 110110 |
Color Harmonies of #CA4BC5
Complementary color
Monochromatic Colors of #CA4BC5
Black with #CA4BC5
Text Example
Text Example
White with #CA4BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BC5; }
p { color: rgb(202,75,197); }
H1.HeaderClassName
{
color: #CA4BC5;
}
.AnyTagClassName
{
color: #CA4BC5;
}
</style>
background-color css
<style>
a { background-color: #CA4BC5; }
a { background-color: rgb(202,75,197); }
div.DivClassName
{
background-color: #CA4BC5;
}
.BgClassName
{
background-color: #CA4BC5;
}
</style>
border-color css
<style>
span { border-color: #CA4BC5; }
span { border-color: rgb(202,75,197); }
td.TdClassName
{
border-color: #CA4BC5;
}
.TagClassName
{
border-color: #CA4BC5;
}
</style>