Shades of Fuchsia #CB2FCE
Tints of Fuchsia #CB2FCE
RGB
CMYK
RGB Variations
Color information
#CB2FCE (or 0xCB2FCE) is known color: Fuchsia. HEX triplet: CB, 2F and CE. RGB value is (203,47,206). Sum of RGB (Red+Green+Blue) = 203+47+206=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FCE is #34D031. Grayscale: #6F6F6F. Windows color (decimal): -3461170 or 13512651. OLE color: 13512651.
HSL color Cylindrical-coordinate representation of color #CB2FCE: hue angle of 298.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2FCE is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 47 | 206 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.19 |
| HSL | 298.87º | 0.63% | 0.5% | - |
| HSV(B) | 298.87º | 0.77% | 0.81% | - |
| XYZ | 36.79 | 19.19 | 60.16 | - |
| YUV | 111.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 206 | 0.01 | 0.77 | 0 | 0.19 | 298.87 | 0.63 | 0.5 |
| Hex | CB | 2F | CE | 1 | 4D | 0 | 13 | 12B | 3F | 32 |
| Octal | 313 | 57 | 316 | 1 | 115 | 0 | 23 | 453 | 77 | 62 |
| Binary | 11001011 | 101111 | 11001110 | 1 | 1001101 | 0 | 10011 | 100101011 | 111111 | 110010 |
Color Harmonies of #CB2FCE
Complementary color
Monochromatic Colors of #CB2FCE
Black with #CB2FCE
Text Example
Text Example
White with #CB2FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FCE; }
p { color: rgb(203,47,206); }
H1.HeaderClassName
{
color: #CB2FCE;
}
.AnyTagClassName
{
color: #CB2FCE;
}
</style>
background-color css
<style>
a { background-color: #CB2FCE; }
a { background-color: rgb(203,47,206); }
div.DivClassName
{
background-color: #CB2FCE;
}
.BgClassName
{
background-color: #CB2FCE;
}
</style>
border-color css
<style>
span { border-color: #CB2FCE; }
span { border-color: rgb(203,47,206); }
td.TdClassName
{
border-color: #CB2FCE;
}
.TagClassName
{
border-color: #CB2FCE;
}
</style>