Shades of Fuchsia #CC62C0
Tints of Fuchsia #CC62C0
RGB
CMYK
RGB Variations
Color information
#CC62C0 (or 0xCC62C0) is known color: Fuchsia. HEX triplet: CC, 62 and C0. RGB value is (204,98,192). Sum of RGB (Red+Green+Blue) = 204+98+192=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C0 is #339D3F. Grayscale: #8C8C8C. Windows color (decimal): -3382592 or 12608204. OLE color: 12608204.
HSL color Cylindrical-coordinate representation of color #CC62C0: hue angle of 306.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC62C0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 192 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.2 |
| HSL | 306.79º | 0.51% | 0.59% | - |
| HSV(B) | 306.79º | 0.52% | 0.8% | - |
| XYZ | 38.78 | 25.38 | 52.72 | - |
| YUV | 140.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 192 | 0 | 0.52 | 0.06 | 0.2 | 306.79 | 0.51 | 0.59 |
| Hex | CC | 62 | C0 | 0 | 34 | 6 | 14 | 133 | 33 | 3B |
| Octal | 314 | 142 | 300 | 0 | 64 | 6 | 24 | 463 | 63 | 73 |
| Binary | 11001100 | 1100010 | 11000000 | 0 | 110100 | 110 | 10100 | 100110011 | 110011 | 111011 |
Color Harmonies of #CC62C0
Complementary color
Monochromatic Colors of #CC62C0
Black with #CC62C0
Text Example
Text Example
White with #CC62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62C0; }
p { color: rgb(204,98,192); }
H1.HeaderClassName
{
color: #CC62C0;
}
.AnyTagClassName
{
color: #CC62C0;
}
</style>
background-color css
<style>
a { background-color: #CC62C0; }
a { background-color: rgb(204,98,192); }
div.DivClassName
{
background-color: #CC62C0;
}
.BgClassName
{
background-color: #CC62C0;
}
</style>
border-color css
<style>
span { border-color: #CC62C0; }
span { border-color: rgb(204,98,192); }
td.TdClassName
{
border-color: #CC62C0;
}
.TagClassName
{
border-color: #CC62C0;
}
</style>