Shades of Fuchsia #CB3DAC
Tints of Fuchsia #CB3DAC
RGB
CMYK
RGB Variations
Color information
#CB3DAC (or 0xCB3DAC) is known color: Fuchsia. HEX triplet: CB, 3D and AC. RGB value is (203,61,172). Sum of RGB (Red+Green+Blue) = 203+61+172=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DAC is #34C253. Grayscale: #737373. Windows color (decimal): -3457620 or 11288011. OLE color: 11288011.
HSL color Cylindrical-coordinate representation of color #CB3DAC: hue angle of 313.1º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DAC is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 172 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.20 |
| HSL | 313.1º | 0.58% | 0.52% | - |
| HSV(B) | 313.1º | 0.7% | 0.8% | - |
| XYZ | 33.74 | 19.01 | 40.92 | - |
| YUV | 116.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 172 | 0 | 0.70 | 0.15 | 0.20 | 313.1 | 0.58 | 0.52 |
| Hex | CB | 3D | AC | 0 | 46 | F | 14 | 139 | 3A | 34 |
| Octal | 313 | 75 | 254 | 0 | 106 | 17 | 24 | 471 | 72 | 64 |
| Binary | 11001011 | 111101 | 10101100 | 0 | 1000110 | 1111 | 10100 | 100111001 | 111010 | 110100 |
Color Harmonies of #CB3DAC
Complementary color
Monochromatic Colors of #CB3DAC
Black with #CB3DAC
Text Example
Text Example
White with #CB3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DAC; }
p { color: rgb(203,61,172); }
H1.HeaderClassName
{
color: #CB3DAC;
}
.AnyTagClassName
{
color: #CB3DAC;
}
</style>
background-color css
<style>
a { background-color: #CB3DAC; }
a { background-color: rgb(203,61,172); }
div.DivClassName
{
background-color: #CB3DAC;
}
.BgClassName
{
background-color: #CB3DAC;
}
</style>
border-color css
<style>
span { border-color: #CB3DAC; }
span { border-color: rgb(203,61,172); }
td.TdClassName
{
border-color: #CB3DAC;
}
.TagClassName
{
border-color: #CB3DAC;
}
</style>