Shades of Fuchsia #CC37AF
Tints of Fuchsia #CC37AF
RGB
CMYK
RGB Variations
Color information
#CC37AF (or 0xCC37AF) is known color: Fuchsia. HEX triplet: CC, 37 and AF. RGB value is (204,55,175). Sum of RGB (Red+Green+Blue) = 204+55+175=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC37AF is #33C850. Grayscale: #707070. Windows color (decimal): -3393617 or 11483084. OLE color: 11483084.
HSL color Cylindrical-coordinate representation of color #CC37AF: hue angle of 311.68º 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 #CC37AF is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 175 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.2 |
| HSL | 311.68º | 0.59% | 0.51% | - |
| HSV(B) | 311.68º | 0.73% | 0.8% | - |
| XYZ | 34.01 | 18.66 | 42.37 | - |
| YUV | 113.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 175 | 0 | 0.73 | 0.14 | 0.2 | 311.68 | 0.59 | 0.51 |
| Hex | CC | 37 | AF | 0 | 49 | E | 14 | 138 | 3B | 33 |
| Octal | 314 | 67 | 257 | 0 | 111 | 16 | 24 | 470 | 73 | 63 |
| Binary | 11001100 | 110111 | 10101111 | 0 | 1001001 | 1110 | 10100 | 100111000 | 111011 | 110011 |
Color Harmonies of #CC37AF
Complementary color
Monochromatic Colors of #CC37AF
Black with #CC37AF
Text Example
Text Example
White with #CC37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC37AF; }
p { color: rgb(204,55,175); }
H1.HeaderClassName
{
color: #CC37AF;
}
.AnyTagClassName
{
color: #CC37AF;
}
</style>
background-color css
<style>
a { background-color: #CC37AF; }
a { background-color: rgb(204,55,175); }
div.DivClassName
{
background-color: #CC37AF;
}
.BgClassName
{
background-color: #CC37AF;
}
</style>
border-color css
<style>
span { border-color: #CC37AF; }
span { border-color: rgb(204,55,175); }
td.TdClassName
{
border-color: #CC37AF;
}
.TagClassName
{
border-color: #CC37AF;
}
</style>