Shades of Fuchsia #CB3EAC
Tints of Fuchsia #CB3EAC
RGB
CMYK
RGB Variations
Color information
#CB3EAC (or 0xCB3EAC) is known color: Fuchsia. HEX triplet: CB, 3E and AC. RGB value is (203,62,172). Sum of RGB (Red+Green+Blue) = 203+62+172=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3EAC is #34C153. Grayscale: #747474. Windows color (decimal): -3457364 or 11288267. OLE color: 11288267.
HSL color Cylindrical-coordinate representation of color #CB3EAC: hue angle of 313.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3EAC is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 172 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.20 |
| HSL | 313.19º | 0.58% | 0.52% | - |
| HSV(B) | 313.19º | 0.69% | 0.8% | - |
| XYZ | 33.8 | 19.12 | 40.94 | - |
| YUV | 116.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 172 | 0 | 0.69 | 0.15 | 0.20 | 313.19 | 0.58 | 0.52 |
| Hex | CB | 3E | AC | 0 | 45 | F | 14 | 139 | 3A | 34 |
| Octal | 313 | 76 | 254 | 0 | 105 | 17 | 24 | 471 | 72 | 64 |
| Binary | 11001011 | 111110 | 10101100 | 0 | 1000101 | 1111 | 10100 | 100111001 | 111010 | 110100 |
Color Harmonies of #CB3EAC
Complementary color
Monochromatic Colors of #CB3EAC
Black with #CB3EAC
Text Example
Text Example
White with #CB3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EAC; }
p { color: rgb(203,62,172); }
H1.HeaderClassName
{
color: #CB3EAC;
}
.AnyTagClassName
{
color: #CB3EAC;
}
</style>
background-color css
<style>
a { background-color: #CB3EAC; }
a { background-color: rgb(203,62,172); }
div.DivClassName
{
background-color: #CB3EAC;
}
.BgClassName
{
background-color: #CB3EAC;
}
</style>
border-color css
<style>
span { border-color: #CB3EAC; }
span { border-color: rgb(203,62,172); }
td.TdClassName
{
border-color: #CB3EAC;
}
.TagClassName
{
border-color: #CB3EAC;
}
</style>