Shades of Fuchsia #CC36B3
Tints of Fuchsia #CC36B3
RGB
CMYK
RGB Variations
Color information
#CC36B3 (or 0xCC36B3) is known color: Fuchsia. HEX triplet: CC, 36 and B3. RGB value is (204,54,179). Sum of RGB (Red+Green+Blue) = 204+54+179=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC36B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC36B3 is #33C94C. Grayscale: #707070. Windows color (decimal): -3393869 or 11744972. OLE color: 11744972.
HSL color Cylindrical-coordinate representation of color #CC36B3: hue angle of 310º 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 #CC36B3 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 179 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.2 |
| HSL | 310º | 0.6% | 0.51% | - |
| HSV(B) | 310º | 0.74% | 0.8% | - |
| XYZ | 34.36 | 18.73 | 44.45 | - |
| YUV | 113.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 179 | 0 | 0.74 | 0.12 | 0.2 | 310 | 0.6 | 0.51 |
| Hex | CC | 36 | B3 | 0 | 4A | C | 14 | 136 | 3C | 33 |
| Octal | 314 | 66 | 263 | 0 | 112 | 14 | 24 | 466 | 74 | 63 |
| Binary | 11001100 | 110110 | 10110011 | 0 | 1001010 | 1100 | 10100 | 100110110 | 111100 | 110011 |
Color Harmonies of #CC36B3
Complementary color
Monochromatic Colors of #CC36B3
Black with #CC36B3
Text Example
Text Example
White with #CC36B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC36B3; }
p { color: rgb(204,54,179); }
H1.HeaderClassName
{
color: #CC36B3;
}
.AnyTagClassName
{
color: #CC36B3;
}
</style>
background-color css
<style>
a { background-color: #CC36B3; }
a { background-color: rgb(204,54,179); }
div.DivClassName
{
background-color: #CC36B3;
}
.BgClassName
{
background-color: #CC36B3;
}
</style>
border-color css
<style>
span { border-color: #CC36B3; }
span { border-color: rgb(204,54,179); }
td.TdClassName
{
border-color: #CC36B3;
}
.TagClassName
{
border-color: #CC36B3;
}
</style>