Shades of Fuchsia #CB34CE
Tints of Fuchsia #CB34CE
RGB
CMYK
RGB Variations
Color information
#CB34CE (or 0xCB34CE) is known color: Fuchsia. HEX triplet: CB, 34 and CE. RGB value is (203,52,206). Sum of RGB (Red+Green+Blue) = 203+52+206=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 52 (20.70% from 255 or 11.28% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB34CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB34CE is #34CB31. Grayscale: #727272. Windows color (decimal): -3459890 or 13513931. OLE color: 13513931.
HSL color Cylindrical-coordinate representation of color #CB34CE: hue angle of 298.83º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB34CE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 52 | 206 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.19 |
| HSL | 298.83º | 0.61% | 0.51% | - |
| HSV(B) | 298.83º | 0.75% | 0.81% | - |
| XYZ | 37 | 19.61 | 60.23 | - |
| YUV | 114.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 206 | 0.01 | 0.75 | 0 | 0.19 | 298.83 | 0.61 | 0.51 |
| Hex | CB | 34 | CE | 1 | 4B | 0 | 13 | 12B | 3D | 33 |
| Octal | 313 | 64 | 316 | 1 | 113 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001011 | 110100 | 11001110 | 1 | 1001011 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CB34CE
Complementary color
Monochromatic Colors of #CB34CE
Black with #CB34CE
Text Example
Text Example
White with #CB34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB34CE; }
p { color: rgb(203,52,206); }
H1.HeaderClassName
{
color: #CB34CE;
}
.AnyTagClassName
{
color: #CB34CE;
}
</style>
background-color css
<style>
a { background-color: #CB34CE; }
a { background-color: rgb(203,52,206); }
div.DivClassName
{
background-color: #CB34CE;
}
.BgClassName
{
background-color: #CB34CE;
}
</style>
border-color css
<style>
span { border-color: #CB34CE; }
span { border-color: rgb(203,52,206); }
td.TdClassName
{
border-color: #CB34CE;
}
.TagClassName
{
border-color: #CB34CE;
}
</style>