Shades of Fuchsia #CC62C6
Tints of Fuchsia #CC62C6
RGB
CMYK
RGB Variations
Color information
#CC62C6 (or 0xCC62C6) is known color: Fuchsia. HEX triplet: CC, 62 and C6. RGB value is (204,98,198). Sum of RGB (Red+Green+Blue) = 204+98+198=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C6 is #339D39. Grayscale: #8C8C8C. Windows color (decimal): -3382586 or 13001420. OLE color: 13001420.
HSL color Cylindrical-coordinate representation of color #CC62C6: hue angle of 303.4º 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 #CC62C6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 198 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.2 |
| HSL | 303.4º | 0.51% | 0.59% | - |
| HSV(B) | 303.4º | 0.52% | 0.8% | - |
| XYZ | 39.46 | 25.65 | 56.3 | - |
| YUV | 141.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 198 | 0 | 0.52 | 0.03 | 0.2 | 303.4 | 0.51 | 0.59 |
| Hex | CC | 62 | C6 | 0 | 34 | 3 | 14 | 12F | 33 | 3B |
| Octal | 314 | 142 | 306 | 0 | 64 | 3 | 24 | 457 | 63 | 73 |
| Binary | 11001100 | 1100010 | 11000110 | 0 | 110100 | 11 | 10100 | 100101111 | 110011 | 111011 |
Color Harmonies of #CC62C6
Complementary color
Monochromatic Colors of #CC62C6
Black with #CC62C6
Text Example
Text Example
White with #CC62C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62C6; }
p { color: rgb(204,98,198); }
H1.HeaderClassName
{
color: #CC62C6;
}
.AnyTagClassName
{
color: #CC62C6;
}
</style>
background-color css
<style>
a { background-color: #CC62C6; }
a { background-color: rgb(204,98,198); }
div.DivClassName
{
background-color: #CC62C6;
}
.BgClassName
{
background-color: #CC62C6;
}
</style>
border-color css
<style>
span { border-color: #CC62C6; }
span { border-color: rgb(204,98,198); }
td.TdClassName
{
border-color: #CC62C6;
}
.TagClassName
{
border-color: #CC62C6;
}
</style>