Shades of Fuchsia #CC36BD
Tints of Fuchsia #CC36BD
RGB
CMYK
RGB Variations
Color information
#CC36BD (or 0xCC36BD) is known color: Fuchsia. HEX triplet: CC, 36 and BD. RGB value is (204,54,189). Sum of RGB (Red+Green+Blue) = 204+54+189=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36BD is #33C942. Grayscale: #717171. Windows color (decimal): -3393859 or 12400332. OLE color: 12400332.
HSL color Cylindrical-coordinate representation of color #CC36BD: hue angle of 306º 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 #CC36BD is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 189 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.2 |
| HSL | 306º | 0.6% | 0.51% | - |
| HSV(B) | 306º | 0.74% | 0.8% | - |
| XYZ | 35.41 | 19.15 | 49.97 | - |
| YUV | 114.24 | 170.2 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 189 | 0 | 0.74 | 0.07 | 0.2 | 306 | 0.6 | 0.51 |
| Hex | CC | 36 | BD | 0 | 4A | 7 | 14 | 132 | 3C | 33 |
| Octal | 314 | 66 | 275 | 0 | 112 | 7 | 24 | 462 | 74 | 63 |
| Binary | 11001100 | 110110 | 10111101 | 0 | 1001010 | 111 | 10100 | 100110010 | 111100 | 110011 |
Color Harmonies of #CC36BD
Complementary color
Monochromatic Colors of #CC36BD
Black with #CC36BD
Text Example
Text Example
White with #CC36BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36BD; }
p { color: rgb(204,54,189); }
H1.HeaderClassName
{
color: #CC36BD;
}
.AnyTagClassName
{
color: #CC36BD;
}
</style>
background-color css
<style>
a { background-color: #CC36BD; }
a { background-color: rgb(204,54,189); }
div.DivClassName
{
background-color: #CC36BD;
}
.BgClassName
{
background-color: #CC36BD;
}
</style>
border-color css
<style>
span { border-color: #CC36BD; }
span { border-color: rgb(204,54,189); }
td.TdClassName
{
border-color: #CC36BD;
}
.TagClassName
{
border-color: #CC36BD;
}
</style>