Shades of Fuchsia #CC4ECE
Tints of Fuchsia #CC4ECE
RGB
CMYK
RGB Variations
Color information
#CC4ECE (or 0xCC4ECE) is known color: Fuchsia. HEX triplet: CC, 4E and CE. RGB value is (204,78,206). Sum of RGB (Red+Green+Blue) = 204+78+206=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC4ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECE is #33B131. Grayscale: #818181. Windows color (decimal): -3387698 or 13520588. OLE color: 13520588.
HSL color Cylindrical-coordinate representation of color #CC4ECE: hue angle of 299.06º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4ECE is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 78 | 206 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.19 |
| HSL | 299.06º | 0.57% | 0.56% | - |
| HSV(B) | 299.06º | 0.62% | 0.81% | - |
| XYZ | 38.77 | 22.74 | 60.74 | - |
| YUV | 130.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 206 | 0.01 | 0.62 | 0 | 0.19 | 299.06 | 0.57 | 0.56 |
| Hex | CC | 4E | CE | 1 | 3E | 0 | 13 | 12B | 39 | 38 |
| Octal | 314 | 116 | 316 | 1 | 76 | 0 | 23 | 453 | 71 | 70 |
| Binary | 11001100 | 1001110 | 11001110 | 1 | 111110 | 0 | 10011 | 100101011 | 111001 | 111000 |
Color Harmonies of #CC4ECE
Complementary color
Monochromatic Colors of #CC4ECE
Black with #CC4ECE
Text Example
Text Example
White with #CC4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4ECE; }
p { color: rgb(204,78,206); }
H1.HeaderClassName
{
color: #CC4ECE;
}
.AnyTagClassName
{
color: #CC4ECE;
}
</style>
background-color css
<style>
a { background-color: #CC4ECE; }
a { background-color: rgb(204,78,206); }
div.DivClassName
{
background-color: #CC4ECE;
}
.BgClassName
{
background-color: #CC4ECE;
}
</style>
border-color css
<style>
span { border-color: #CC4ECE; }
span { border-color: rgb(204,78,206); }
td.TdClassName
{
border-color: #CC4ECE;
}
.TagClassName
{
border-color: #CC4ECE;
}
</style>