Shades of Fuchsia #CC62C7
Tints of Fuchsia #CC62C7
RGB
CMYK
RGB Variations
Color information
#CC62C7 (or 0xCC62C7) is known color: Fuchsia. HEX triplet: CC, 62 and C7. RGB value is (204,98,199). Sum of RGB (Red+Green+Blue) = 204+98+199=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C7 is #339D38. Grayscale: #8C8C8C. Windows color (decimal): -3382585 or 13066956. OLE color: 13066956.
HSL color Cylindrical-coordinate representation of color #CC62C7: hue angle of 302.83º 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 #CC62C7 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 199 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.2 |
| HSL | 302.83º | 0.51% | 0.59% | - |
| HSV(B) | 302.83º | 0.52% | 0.8% | - |
| XYZ | 39.58 | 25.7 | 56.91 | - |
| YUV | 141.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 199 | 0 | 0.52 | 0.02 | 0.2 | 302.83 | 0.51 | 0.59 |
| Hex | CC | 62 | C7 | 0 | 34 | 2 | 14 | 12F | 33 | 3B |
| Octal | 314 | 142 | 307 | 0 | 64 | 2 | 24 | 457 | 63 | 73 |
| Binary | 11001100 | 1100010 | 11000111 | 0 | 110100 | 10 | 10100 | 100101111 | 110011 | 111011 |
Color Harmonies of #CC62C7
Complementary color
Monochromatic Colors of #CC62C7
Black with #CC62C7
Text Example
Text Example
White with #CC62C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62C7; }
p { color: rgb(204,98,199); }
H1.HeaderClassName
{
color: #CC62C7;
}
.AnyTagClassName
{
color: #CC62C7;
}
</style>
background-color css
<style>
a { background-color: #CC62C7; }
a { background-color: rgb(204,98,199); }
div.DivClassName
{
background-color: #CC62C7;
}
.BgClassName
{
background-color: #CC62C7;
}
</style>
border-color css
<style>
span { border-color: #CC62C7; }
span { border-color: rgb(204,98,199); }
td.TdClassName
{
border-color: #CC62C7;
}
.TagClassName
{
border-color: #CC62C7;
}
</style>