Shades of Fuchsia #CC37CE
Tints of Fuchsia #CC37CE
RGB
CMYK
RGB Variations
Color information
#CC37CE (or 0xCC37CE) is known color: Fuchsia. HEX triplet: CC, 37 and CE. RGB value is (204,55,206). Sum of RGB (Red+Green+Blue) = 204+55+206=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 55 (21.88% from 255 or 11.83% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37CE is #33C831. Grayscale: #747474. Windows color (decimal): -3393586 or 13514700. OLE color: 13514700.
HSL color Cylindrical-coordinate representation of color #CC37CE: hue angle of 299.21º 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 #CC37CE is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 55 | 206 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.19 |
| HSL | 299.21º | 0.61% | 0.51% | - |
| HSV(B) | 299.21º | 0.73% | 0.81% | - |
| XYZ | 37.41 | 20.03 | 60.29 | - |
| YUV | 116.77 | 178.36 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 206 | 0.01 | 0.73 | 0 | 0.19 | 299.21 | 0.61 | 0.51 |
| Hex | CC | 37 | CE | 1 | 49 | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 67 | 316 | 1 | 111 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110111 | 11001110 | 1 | 1001001 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC37CE
Complementary color
Monochromatic Colors of #CC37CE
Black with #CC37CE
Text Example
Text Example
White with #CC37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37CE; }
p { color: rgb(204,55,206); }
H1.HeaderClassName
{
color: #CC37CE;
}
.AnyTagClassName
{
color: #CC37CE;
}
</style>
background-color css
<style>
a { background-color: #CC37CE; }
a { background-color: rgb(204,55,206); }
div.DivClassName
{
background-color: #CC37CE;
}
.BgClassName
{
background-color: #CC37CE;
}
</style>
border-color css
<style>
span { border-color: #CC37CE; }
span { border-color: rgb(204,55,206); }
td.TdClassName
{
border-color: #CC37CE;
}
.TagClassName
{
border-color: #CC37CE;
}
</style>