Shades of Fuchsia #CB3BCE
Tints of Fuchsia #CB3BCE
RGB
CMYK
RGB Variations
Color information
#CB3BCE (or 0xCB3BCE) is known color: Fuchsia. HEX triplet: CB, 3B and CE. RGB value is (203,59,206). Sum of RGB (Red+Green+Blue) = 203+59+206=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB3BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BCE is #34C431. Grayscale: #767676. Windows color (decimal): -3458098 or 13515723. OLE color: 13515723.
HSL color Cylindrical-coordinate representation of color #CB3BCE: hue angle of 298.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BCE is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 59 | 206 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.19 |
| HSL | 298.78º | 0.6% | 0.52% | - |
| HSV(B) | 298.78º | 0.71% | 0.81% | - |
| XYZ | 37.33 | 20.28 | 60.34 | - |
| YUV | 118.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 206 | 0.01 | 0.71 | 0 | 0.19 | 298.78 | 0.6 | 0.52 |
| Hex | CB | 3B | CE | 1 | 47 | 0 | 13 | 12B | 3C | 34 |
| Octal | 313 | 73 | 316 | 1 | 107 | 0 | 23 | 453 | 74 | 64 |
| Binary | 11001011 | 111011 | 11001110 | 1 | 1000111 | 0 | 10011 | 100101011 | 111100 | 110100 |
Color Harmonies of #CB3BCE
Complementary color
Monochromatic Colors of #CB3BCE
Black with #CB3BCE
Text Example
Text Example
White with #CB3BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BCE; }
p { color: rgb(203,59,206); }
H1.HeaderClassName
{
color: #CB3BCE;
}
.AnyTagClassName
{
color: #CB3BCE;
}
</style>
background-color css
<style>
a { background-color: #CB3BCE; }
a { background-color: rgb(203,59,206); }
div.DivClassName
{
background-color: #CB3BCE;
}
.BgClassName
{
background-color: #CB3BCE;
}
</style>
border-color css
<style>
span { border-color: #CB3BCE; }
span { border-color: rgb(203,59,206); }
td.TdClassName
{
border-color: #CB3BCE;
}
.TagClassName
{
border-color: #CB3BCE;
}
</style>