Shades of Fuchsia #CB32CE
Tints of Fuchsia #CB32CE
RGB
CMYK
RGB Variations
Color information
#CB32CE (or 0xCB32CE) is known color: Fuchsia. HEX triplet: CB, 32 and CE. RGB value is (203,50,206). Sum of RGB (Red+Green+Blue) = 203+50+206=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32CE is #34CD31. Grayscale: #717171. Windows color (decimal): -3460402 or 13513419. OLE color: 13513419.
HSL color Cylindrical-coordinate representation of color #CB32CE: hue angle of 298.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB32CE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 50 | 206 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.19 |
| HSL | 298.85º | 0.61% | 0.5% | - |
| HSV(B) | 298.85º | 0.76% | 0.81% | - |
| XYZ | 36.91 | 19.43 | 60.2 | - |
| YUV | 113.53 | 180.19 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 50 | 206 | 0.01 | 0.76 | 0 | 0.19 | 298.85 | 0.61 | 0.5 |
| Hex | CB | 32 | CE | 1 | 4C | 0 | 13 | 12B | 3D | 32 |
| Octal | 313 | 62 | 316 | 1 | 114 | 0 | 23 | 453 | 75 | 62 |
| Binary | 11001011 | 110010 | 11001110 | 1 | 1001100 | 0 | 10011 | 100101011 | 111101 | 110010 |
Color Harmonies of #CB32CE
Complementary color
Monochromatic Colors of #CB32CE
Black with #CB32CE
Text Example
Text Example
White with #CB32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB32CE; }
p { color: rgb(203,50,206); }
H1.HeaderClassName
{
color: #CB32CE;
}
.AnyTagClassName
{
color: #CB32CE;
}
</style>
background-color css
<style>
a { background-color: #CB32CE; }
a { background-color: rgb(203,50,206); }
div.DivClassName
{
background-color: #CB32CE;
}
.BgClassName
{
background-color: #CB32CE;
}
</style>
border-color css
<style>
span { border-color: #CB32CE; }
span { border-color: rgb(203,50,206); }
td.TdClassName
{
border-color: #CB32CE;
}
.TagClassName
{
border-color: #CB32CE;
}
</style>