Shades of Fuchsia #CA72B2
Tints of Fuchsia #CA72B2
RGB
CMYK
RGB Variations
Color information
#CA72B2 (or 0xCA72B2) is known color: Fuchsia. HEX triplet: CA, 72 and B2. RGB value is (202,114,178). Sum of RGB (Red+Green+Blue) = 202+114+178=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA72B2 is #358D4D. Grayscale: #939393. Windows color (decimal): -3509582 or 11694794. OLE color: 11694794.
HSL color Cylindrical-coordinate representation of color #CA72B2: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA72B2 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 178 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.21 |
| HSL | 316.36º | 0.45% | 0.62% | - |
| HSV(B) | 316.36º | 0.44% | 0.79% | - |
| XYZ | 38.41 | 27.81 | 45.46 | - |
| YUV | 147.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 178 | 0 | 0.44 | 0.12 | 0.21 | 316.36 | 0.45 | 0.62 |
| Hex | CA | 72 | B2 | 0 | 2C | C | 15 | 13C | 2D | 3E |
| Octal | 312 | 162 | 262 | 0 | 54 | 14 | 25 | 474 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10110010 | 0 | 101100 | 1100 | 10101 | 100111100 | 101101 | 111110 |
Color Harmonies of #CA72B2
Complementary color
Monochromatic Colors of #CA72B2
Black with #CA72B2
Text Example
Text Example
White with #CA72B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72B2; }
p { color: rgb(202,114,178); }
H1.HeaderClassName
{
color: #CA72B2;
}
.AnyTagClassName
{
color: #CA72B2;
}
</style>
background-color css
<style>
a { background-color: #CA72B2; }
a { background-color: rgb(202,114,178); }
div.DivClassName
{
background-color: #CA72B2;
}
.BgClassName
{
background-color: #CA72B2;
}
</style>
border-color css
<style>
span { border-color: #CA72B2; }
span { border-color: rgb(202,114,178); }
td.TdClassName
{
border-color: #CA72B2;
}
.TagClassName
{
border-color: #CA72B2;
}
</style>