Shades of Fuchsia #CC36CF
Tints of Fuchsia #CC36CF
RGB
CMYK
RGB Variations
Color information
#CC36CF (or 0xCC36CF) is known color: Fuchsia. HEX triplet: CC, 36 and CF. RGB value is (204,54,207). Sum of RGB (Red+Green+Blue) = 204+54+207=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36CF is #33C930. Grayscale: #737373. Windows color (decimal): -3393841 or 13579980. OLE color: 13579980.
HSL color Cylindrical-coordinate representation of color #CC36CF: 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.74%. Process color model (Four color, CMYK) of #CC36CF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 54 | 207 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.19 |
| HSL | 298.82º | 0.61% | 0.51% | - |
| HSV(B) | 298.82º | 0.74% | 0.81% | - |
| XYZ | 37.48 | 19.98 | 60.91 | - |
| YUV | 116.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 207 | 0.01 | 0.74 | 0 | 0.19 | 298.82 | 0.61 | 0.51 |
| Hex | CC | 36 | CF | 1 | 4A | 0 | 13 | 12B | 3D | 33 |
| Octal | 314 | 66 | 317 | 1 | 112 | 0 | 23 | 453 | 75 | 63 |
| Binary | 11001100 | 110110 | 11001111 | 1 | 1001010 | 0 | 10011 | 100101011 | 111101 | 110011 |
Color Harmonies of #CC36CF
Complementary color
Monochromatic Colors of #CC36CF
Black with #CC36CF
Text Example
Text Example
White with #CC36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36CF; }
p { color: rgb(204,54,207); }
H1.HeaderClassName
{
color: #CC36CF;
}
.AnyTagClassName
{
color: #CC36CF;
}
</style>
background-color css
<style>
a { background-color: #CC36CF; }
a { background-color: rgb(204,54,207); }
div.DivClassName
{
background-color: #CC36CF;
}
.BgClassName
{
background-color: #CC36CF;
}
</style>
border-color css
<style>
span { border-color: #CC36CF; }
span { border-color: rgb(204,54,207); }
td.TdClassName
{
border-color: #CC36CF;
}
.TagClassName
{
border-color: #CC36CF;
}
</style>