Shades of Fuchsia #CB3DAE
Tints of Fuchsia #CB3DAE
RGB
CMYK
RGB Variations
Color information
#CB3DAE (or 0xCB3DAE) is known color: Fuchsia. HEX triplet: CB, 3D and AE. RGB value is (203,61,174). Sum of RGB (Red+Green+Blue) = 203+61+174=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DAE is #34C251. Grayscale: #747474. Windows color (decimal): -3457618 or 11419083. OLE color: 11419083.
HSL color Cylindrical-coordinate representation of color #CB3DAE: hue angle of 312.25º 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 #CB3DAE is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 174 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.20 |
| HSL | 312.25º | 0.58% | 0.52% | - |
| HSV(B) | 312.25º | 0.7% | 0.8% | - |
| XYZ | 33.94 | 19.09 | 41.94 | - |
| YUV | 116.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 174 | 0 | 0.70 | 0.14 | 0.20 | 312.25 | 0.58 | 0.52 |
| Hex | CB | 3D | AE | 0 | 46 | E | 14 | 138 | 3A | 34 |
| Octal | 313 | 75 | 256 | 0 | 106 | 16 | 24 | 470 | 72 | 64 |
| Binary | 11001011 | 111101 | 10101110 | 0 | 1000110 | 1110 | 10100 | 100111000 | 111010 | 110100 |
Color Harmonies of #CB3DAE
Complementary color
Monochromatic Colors of #CB3DAE
Black with #CB3DAE
Text Example
Text Example
White with #CB3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DAE; }
p { color: rgb(203,61,174); }
H1.HeaderClassName
{
color: #CB3DAE;
}
.AnyTagClassName
{
color: #CB3DAE;
}
</style>
background-color css
<style>
a { background-color: #CB3DAE; }
a { background-color: rgb(203,61,174); }
div.DivClassName
{
background-color: #CB3DAE;
}
.BgClassName
{
background-color: #CB3DAE;
}
</style>
border-color css
<style>
span { border-color: #CB3DAE; }
span { border-color: rgb(203,61,174); }
td.TdClassName
{
border-color: #CB3DAE;
}
.TagClassName
{
border-color: #CB3DAE;
}
</style>