Shades of Fuchsia #CA4BB2
Tints of Fuchsia #CA4BB2
RGB
CMYK
RGB Variations
Color information
#CA4BB2 (or 0xCA4BB2) is known color: Fuchsia. HEX triplet: CA, 4B and B2. RGB value is (202,75,178). Sum of RGB (Red+Green+Blue) = 202+75+178=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BB2 is #35B44D. Grayscale: #7C7C7C. Windows color (decimal): -3519566 or 11684810. OLE color: 11684810.
HSL color Cylindrical-coordinate representation of color #CA4BB2: hue angle of 311.34º 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 #CA4BB2 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 75 | 178 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.21 |
| HSL | 311.34º | 0.55% | 0.54% | - |
| HSV(B) | 311.34º | 0.63% | 0.79% | - |
| XYZ | 34.91 | 20.8 | 44.29 | - |
| YUV | 124.72 | 158.08 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 178 | 0 | 0.63 | 0.12 | 0.21 | 311.34 | 0.55 | 0.54 |
| Hex | CA | 4B | B2 | 0 | 3F | C | 15 | 137 | 37 | 36 |
| Octal | 312 | 113 | 262 | 0 | 77 | 14 | 25 | 467 | 67 | 66 |
| Binary | 11001010 | 1001011 | 10110010 | 0 | 111111 | 1100 | 10101 | 100110111 | 110111 | 110110 |
Color Harmonies of #CA4BB2
Complementary color
Monochromatic Colors of #CA4BB2
Black with #CA4BB2
Text Example
Text Example
White with #CA4BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BB2; }
p { color: rgb(202,75,178); }
H1.HeaderClassName
{
color: #CA4BB2;
}
.AnyTagClassName
{
color: #CA4BB2;
}
</style>
background-color css
<style>
a { background-color: #CA4BB2; }
a { background-color: rgb(202,75,178); }
div.DivClassName
{
background-color: #CA4BB2;
}
.BgClassName
{
background-color: #CA4BB2;
}
</style>
border-color css
<style>
span { border-color: #CA4BB2; }
span { border-color: rgb(202,75,178); }
td.TdClassName
{
border-color: #CA4BB2;
}
.TagClassName
{
border-color: #CA4BB2;
}
</style>