Shades of Fuchsia #CB3AAF
Tints of Fuchsia #CB3AAF
RGB
CMYK
RGB Variations
Color information
#CB3AAF (or 0xCB3AAF) is known color: Fuchsia. HEX triplet: CB, 3A and AF. RGB value is (203,58,175). Sum of RGB (Red+Green+Blue) = 203+58+175=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AAF is #34C550. Grayscale: #727272. Windows color (decimal): -3458385 or 11483851. OLE color: 11483851.
HSL color Cylindrical-coordinate representation of color #CB3AAF: hue angle of 311.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3AAF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 175 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.20 |
| HSL | 311.59º | 0.58% | 0.51% | - |
| HSV(B) | 311.59º | 0.71% | 0.8% | - |
| XYZ | 33.88 | 18.82 | 42.4 | - |
| YUV | 114.69 | 162.04 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 175 | 0 | 0.71 | 0.14 | 0.20 | 311.59 | 0.58 | 0.51 |
| Hex | CB | 3A | AF | 0 | 47 | E | 14 | 138 | 3A | 33 |
| Octal | 313 | 72 | 257 | 0 | 107 | 16 | 24 | 470 | 72 | 63 |
| Binary | 11001011 | 111010 | 10101111 | 0 | 1000111 | 1110 | 10100 | 100111000 | 111010 | 110011 |
Color Harmonies of #CB3AAF
Complementary color
Monochromatic Colors of #CB3AAF
Black with #CB3AAF
Text Example
Text Example
White with #CB3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AAF; }
p { color: rgb(203,58,175); }
H1.HeaderClassName
{
color: #CB3AAF;
}
.AnyTagClassName
{
color: #CB3AAF;
}
</style>
background-color css
<style>
a { background-color: #CB3AAF; }
a { background-color: rgb(203,58,175); }
div.DivClassName
{
background-color: #CB3AAF;
}
.BgClassName
{
background-color: #CB3AAF;
}
</style>
border-color css
<style>
span { border-color: #CB3AAF; }
span { border-color: rgb(203,58,175); }
td.TdClassName
{
border-color: #CB3AAF;
}
.TagClassName
{
border-color: #CB3AAF;
}
</style>