Shades of Fuchsia #CB37CE
Tints of Fuchsia #CB37CE
RGB
CMYK
RGB Variations
Color information
#CB37CE (or 0xCB37CE) is known color: Fuchsia. HEX triplet: CB, 37 and CE. RGB value is (203,55,206). Sum of RGB (Red+Green+Blue) = 203+55+206=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37CE is #34C831. Grayscale: #747474. Windows color (decimal): -3459122 or 13514699. OLE color: 13514699.
HSL color Cylindrical-coordinate representation of color #CB37CE: hue angle of 298.81º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37CE is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 55 | 206 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.19 |
| HSL | 298.81º | 0.61% | 0.51% | - |
| HSV(B) | 298.81º | 0.73% | 0.81% | - |
| XYZ | 37.14 | 19.89 | 60.27 | - |
| YUV | 116.47 | 178.53 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 206 | 0.01 | 0.73 | 0 | 0.19 | 298.81 | 0.61 | 0.51 |
| Hex | CB | 37 | CE | 1 | 49 | 0 | 13 | 12B | 3D | 33 |
| Octal | 313 | 67 | 316 | 1 | 111 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001011 | 110111 | 11001110 | 1 | 1001001 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CB37CE
Complementary color
Monochromatic Colors of #CB37CE
Black with #CB37CE
Text Example
Text Example
White with #CB37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37CE; }
p { color: rgb(203,55,206); }
H1.HeaderClassName
{
color: #CB37CE;
}
.AnyTagClassName
{
color: #CB37CE;
}
</style>
background-color css
<style>
a { background-color: #CB37CE; }
a { background-color: rgb(203,55,206); }
div.DivClassName
{
background-color: #CB37CE;
}
.BgClassName
{
background-color: #CB37CE;
}
</style>
border-color css
<style>
span { border-color: #CB37CE; }
span { border-color: rgb(203,55,206); }
td.TdClassName
{
border-color: #CB37CE;
}
.TagClassName
{
border-color: #CB37CE;
}
</style>