Shades of Fuchsia #CC37C4
Tints of Fuchsia #CC37C4
RGB
CMYK
RGB Variations
Color information
#CC37C4 (or 0xCC37C4) is known color: Fuchsia. HEX triplet: CC, 37 and C4. RGB value is (204,55,196). Sum of RGB (Red+Green+Blue) = 204+55+196=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 55 (21.88% from 255 or 12.09% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC37C4 is #33C83B. Grayscale: #737373. Windows color (decimal): -3393596 or 12859340. OLE color: 12859340.
HSL color Cylindrical-coordinate representation of color #CC37C4: hue angle of 303.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC37C4 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 196 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.2 |
| HSL | 303.22º | 0.59% | 0.51% | - |
| HSV(B) | 303.22º | 0.73% | 0.8% | - |
| XYZ | 36.23 | 19.56 | 54.09 | - |
| YUV | 115.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 196 | 0 | 0.73 | 0.04 | 0.2 | 303.22 | 0.59 | 0.51 |
| Hex | CC | 37 | C4 | 0 | 49 | 4 | 14 | 12F | 3B | 33 |
| Octal | 314 | 67 | 304 | 0 | 111 | 4 | 24 | 457 | 73 | 63 |
| Binary | 11001100 | 110111 | 11000100 | 0 | 1001001 | 100 | 10100 | 100101111 | 111011 | 110011 |
Color Harmonies of #CC37C4
Complementary color
Monochromatic Colors of #CC37C4
Black with #CC37C4
Text Example
Text Example
White with #CC37C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37C4; }
p { color: rgb(204,55,196); }
H1.HeaderClassName
{
color: #CC37C4;
}
.AnyTagClassName
{
color: #CC37C4;
}
</style>
background-color css
<style>
a { background-color: #CC37C4; }
a { background-color: rgb(204,55,196); }
div.DivClassName
{
background-color: #CC37C4;
}
.BgClassName
{
background-color: #CC37C4;
}
</style>
border-color css
<style>
span { border-color: #CC37C4; }
span { border-color: rgb(204,55,196); }
td.TdClassName
{
border-color: #CC37C4;
}
.TagClassName
{
border-color: #CC37C4;
}
</style>