Shades of Fuchsia #CB3FCE
Tints of Fuchsia #CB3FCE
RGB
CMYK
RGB Variations
Color information
#CB3FCE (or 0xCB3FCE) is known color: Fuchsia. HEX triplet: CB, 3F and CE. RGB value is (203,63,206). Sum of RGB (Red+Green+Blue) = 203+63+206=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FCE is #34C031. Grayscale: #787878. Windows color (decimal): -3457074 or 13516747. OLE color: 13516747.
HSL color Cylindrical-coordinate representation of color #CB3FCE: hue angle of 298.74º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3FCE is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 63 | 206 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.19 |
| HSL | 298.74º | 0.59% | 0.53% | - |
| HSV(B) | 298.74º | 0.69% | 0.81% | - |
| XYZ | 37.55 | 20.71 | 60.41 | - |
| YUV | 121.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 206 | 0.01 | 0.69 | 0 | 0.19 | 298.74 | 0.59 | 0.53 |
| Hex | CB | 3F | CE | 1 | 45 | 0 | 13 | 12B | 3B | 35 |
| Octal | 313 | 77 | 316 | 1 | 105 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001011 | 111111 | 11001110 | 1 | 1000101 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CB3FCE
Complementary color
Monochromatic Colors of #CB3FCE
Black with #CB3FCE
Text Example
Text Example
White with #CB3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FCE; }
p { color: rgb(203,63,206); }
H1.HeaderClassName
{
color: #CB3FCE;
}
.AnyTagClassName
{
color: #CB3FCE;
}
</style>
background-color css
<style>
a { background-color: #CB3FCE; }
a { background-color: rgb(203,63,206); }
div.DivClassName
{
background-color: #CB3FCE;
}
.BgClassName
{
background-color: #CB3FCE;
}
</style>
border-color css
<style>
span { border-color: #CB3FCE; }
span { border-color: rgb(203,63,206); }
td.TdClassName
{
border-color: #CB3FCE;
}
.TagClassName
{
border-color: #CB3FCE;
}
</style>