Shades of Fuchsia #CC3ECE
Tints of Fuchsia #CC3ECE
RGB
CMYK
RGB Variations
Color information
#CC3ECE (or 0xCC3ECE) is known color: Fuchsia. HEX triplet: CC, 3E and CE. RGB value is (204,62,206). Sum of RGB (Red+Green+Blue) = 204+62+206=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 62 (24.61% from 255 or 13.14% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ECE is #33C131. Grayscale: #787878. Windows color (decimal): -3391794 or 13516492. OLE color: 13516492.
HSL color Cylindrical-coordinate representation of color #CC3ECE: hue angle of 299.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC3ECE is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 62 | 206 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.19 |
| HSL | 299.17º | 0.6% | 0.53% | - |
| HSV(B) | 299.17º | 0.7% | 0.81% | - |
| XYZ | 37.77 | 20.74 | 60.41 | - |
| YUV | 120.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 206 | 0.01 | 0.70 | 0 | 0.19 | 299.17 | 0.6 | 0.53 |
| Hex | CC | 3E | CE | 1 | 46 | 0 | 13 | 12B | 3C | 35 |
| Octal | 314 | 76 | 316 | 1 | 106 | 0 | 23 | 453 | 74 | 65 |
| Binary | 11001100 | 111110 | 11001110 | 1 | 1000110 | 0 | 10011 | 100101011 | 111100 | 110101 |
Color Harmonies of #CC3ECE
Complementary color
Monochromatic Colors of #CC3ECE
Black with #CC3ECE
Text Example
Text Example
White with #CC3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ECE; }
p { color: rgb(204,62,206); }
H1.HeaderClassName
{
color: #CC3ECE;
}
.AnyTagClassName
{
color: #CC3ECE;
}
</style>
background-color css
<style>
a { background-color: #CC3ECE; }
a { background-color: rgb(204,62,206); }
div.DivClassName
{
background-color: #CC3ECE;
}
.BgClassName
{
background-color: #CC3ECE;
}
</style>
border-color css
<style>
span { border-color: #CC3ECE; }
span { border-color: rgb(204,62,206); }
td.TdClassName
{
border-color: #CC3ECE;
}
.TagClassName
{
border-color: #CC3ECE;
}
</style>