Shades of Fuchsia #CA70BB
Tints of Fuchsia #CA70BB
RGB
CMYK
RGB Variations
Color information
#CA70BB (or 0xCA70BB) is known color: Fuchsia. HEX triplet: CA, 70 and BB. RGB value is (202,112,187). Sum of RGB (Red+Green+Blue) = 202+112+187=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70BB is #358F44. Grayscale: #939393. Windows color (decimal): -3510085 or 12284106. OLE color: 12284106.
HSL color Cylindrical-coordinate representation of color #CA70BB: hue angle of 310º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA70BB is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 187 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.21 |
| HSL | 310º | 0.46% | 0.62% | - |
| HSV(B) | 310º | 0.45% | 0.79% | - |
| XYZ | 39.12 | 27.73 | 50.3 | - |
| YUV | 147.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 187 | 0 | 0.45 | 0.07 | 0.21 | 310 | 0.46 | 0.62 |
| Hex | CA | 70 | BB | 0 | 2D | 7 | 15 | 136 | 2E | 3E |
| Octal | 312 | 160 | 273 | 0 | 55 | 7 | 25 | 466 | 56 | 76 |
| Binary | 11001010 | 1110000 | 10111011 | 0 | 101101 | 111 | 10101 | 100110110 | 101110 | 111110 |
Color Harmonies of #CA70BB
Complementary color
Monochromatic Colors of #CA70BB
Black with #CA70BB
Text Example
Text Example
White with #CA70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70BB; }
p { color: rgb(202,112,187); }
H1.HeaderClassName
{
color: #CA70BB;
}
.AnyTagClassName
{
color: #CA70BB;
}
</style>
background-color css
<style>
a { background-color: #CA70BB; }
a { background-color: rgb(202,112,187); }
div.DivClassName
{
background-color: #CA70BB;
}
.BgClassName
{
background-color: #CA70BB;
}
</style>
border-color css
<style>
span { border-color: #CA70BB; }
span { border-color: rgb(202,112,187); }
td.TdClassName
{
border-color: #CA70BB;
}
.TagClassName
{
border-color: #CA70BB;
}
</style>