Shades of Fuchsia #CB2FAE
Tints of Fuchsia #CB2FAE
RGB
CMYK
RGB Variations
Color information
#CB2FAE (or 0xCB2FAE) is known color: Fuchsia. HEX triplet: CB, 2F and AE. RGB value is (203,47,174). Sum of RGB (Red+Green+Blue) = 203+47+174=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB2FAE is #34D051. Grayscale: #6B6B6B. Windows color (decimal): -3461202 or 11415499. OLE color: 11415499.
HSL color Cylindrical-coordinate representation of color #CB2FAE: hue angle of 311.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FAE is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 174 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.20 |
| HSL | 311.15º | 0.62% | 0.49% | - |
| HSV(B) | 311.15º | 0.77% | 0.8% | - |
| XYZ | 33.29 | 17.79 | 41.72 | - |
| YUV | 108.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 174 | 0 | 0.77 | 0.14 | 0.20 | 311.15 | 0.62 | 0.49 |
| Hex | CB | 2F | AE | 0 | 4D | E | 14 | 137 | 3E | 31 |
| Octal | 313 | 57 | 256 | 0 | 115 | 16 | 24 | 467 | 76 | 61 |
| Binary | 11001011 | 101111 | 10101110 | 0 | 1001101 | 1110 | 10100 | 100110111 | 111110 | 110001 |
Color Harmonies of #CB2FAE
Complementary color
Monochromatic Colors of #CB2FAE
Black with #CB2FAE
Text Example
Text Example
White with #CB2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FAE; }
p { color: rgb(203,47,174); }
H1.HeaderClassName
{
color: #CB2FAE;
}
.AnyTagClassName
{
color: #CB2FAE;
}
</style>
background-color css
<style>
a { background-color: #CB2FAE; }
a { background-color: rgb(203,47,174); }
div.DivClassName
{
background-color: #CB2FAE;
}
.BgClassName
{
background-color: #CB2FAE;
}
</style>
border-color css
<style>
span { border-color: #CB2FAE; }
span { border-color: rgb(203,47,174); }
td.TdClassName
{
border-color: #CB2FAE;
}
.TagClassName
{
border-color: #CB2FAE;
}
</style>