Shades of Fuchsia #CC36AF
Tints of Fuchsia #CC36AF
RGB
CMYK
RGB Variations
Color information
#CC36AF (or 0xCC36AF) is known color: Fuchsia. HEX triplet: CC, 36 and AF. RGB value is (204,54,175). Sum of RGB (Red+Green+Blue) = 204+54+175=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC36AF is #33C950. Grayscale: #707070. Windows color (decimal): -3393873 or 11482828. OLE color: 11482828.
HSL color Cylindrical-coordinate representation of color #CC36AF: hue angle of 311.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC36AF is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 175 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.2 |
| HSL | 311.6º | 0.6% | 0.51% | - |
| HSV(B) | 311.6º | 0.74% | 0.8% | - |
| XYZ | 33.96 | 18.57 | 42.35 | - |
| YUV | 112.64 | 163.2 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 175 | 0 | 0.74 | 0.14 | 0.2 | 311.6 | 0.6 | 0.51 |
| Hex | CC | 36 | AF | 0 | 4A | E | 14 | 138 | 3C | 33 |
| Octal | 314 | 66 | 257 | 0 | 112 | 16 | 24 | 470 | 74 | 63 |
| Binary | 11001100 | 110110 | 10101111 | 0 | 1001010 | 1110 | 10100 | 100111000 | 111100 | 110011 |
Color Harmonies of #CC36AF
Complementary color
Monochromatic Colors of #CC36AF
Black with #CC36AF
Text Example
Text Example
White with #CC36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36AF; }
p { color: rgb(204,54,175); }
H1.HeaderClassName
{
color: #CC36AF;
}
.AnyTagClassName
{
color: #CC36AF;
}
</style>
background-color css
<style>
a { background-color: #CC36AF; }
a { background-color: rgb(204,54,175); }
div.DivClassName
{
background-color: #CC36AF;
}
.BgClassName
{
background-color: #CC36AF;
}
</style>
border-color css
<style>
span { border-color: #CC36AF; }
span { border-color: rgb(204,54,175); }
td.TdClassName
{
border-color: #CC36AF;
}
.TagClassName
{
border-color: #CC36AF;
}
</style>