Shades of Fuchsia #CC37CF
Tints of Fuchsia #CC37CF
RGB
CMYK
RGB Variations
Color information
#CC37CF (or 0xCC37CF) is known color: Fuchsia. HEX triplet: CC, 37 and CF. RGB value is (204,55,207). Sum of RGB (Red+Green+Blue) = 204+55+207=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC37CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37CF is #33C830. Grayscale: #747474. Windows color (decimal): -3393585 or 13580236. OLE color: 13580236.
HSL color Cylindrical-coordinate representation of color #CC37CF: hue angle of 298.82º 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 #CC37CF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 55 | 207 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.19 |
| HSL | 298.82º | 0.61% | 0.51% | - |
| HSV(B) | 298.82º | 0.73% | 0.81% | - |
| XYZ | 37.53 | 20.07 | 60.93 | - |
| YUV | 116.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 207 | 0.01 | 0.73 | 0 | 0.19 | 298.82 | 0.61 | 0.51 |
| Hex | CC | 37 | CF | 1 | 49 | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 67 | 317 | 1 | 111 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110111 | 11001111 | 1 | 1001001 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC37CF
Complementary color
Monochromatic Colors of #CC37CF
Black with #CC37CF
Text Example
Text Example
White with #CC37CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37CF; }
p { color: rgb(204,55,207); }
H1.HeaderClassName
{
color: #CC37CF;
}
.AnyTagClassName
{
color: #CC37CF;
}
</style>
background-color css
<style>
a { background-color: #CC37CF; }
a { background-color: rgb(204,55,207); }
div.DivClassName
{
background-color: #CC37CF;
}
.BgClassName
{
background-color: #CC37CF;
}
</style>
border-color css
<style>
span { border-color: #CC37CF; }
span { border-color: rgb(204,55,207); }
td.TdClassName
{
border-color: #CC37CF;
}
.TagClassName
{
border-color: #CC37CF;
}
</style>