Shades of Fuchsia #CC62CC
Tints of Fuchsia #CC62CC
RGB
CMYK
RGB Variations
Color information
#CC62CC (or 0xCC62CC) is known color: Fuchsia. HEX triplet: CC, 62 and CC. RGB value is (204,98,204). Sum of RGB (Red+Green+Blue) = 204+98+204=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC62CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62CC is #339D33. Grayscale: #8D8D8D. Windows color (decimal): -3382580 or 13394636. OLE color: 13394636.
HSL color Cylindrical-coordinate representation of color #CC62CC: hue angle of 300º 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 #CC62CC is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 204 | - |
| CMYK | 0 | 0.52 | 0 | 0.2 |
| HSL | 300º | 0.51% | 0.59% | - |
| HSV(B) | 300º | 0.52% | 0.8% | - |
| XYZ | 40.17 | 25.93 | 60.02 | - |
| YUV | 141.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 204 | 0 | 0.52 | 0 | 0.2 | 300 | 0.51 | 0.59 |
| Hex | CC | 62 | CC | 0 | 34 | 0 | 14 | 12C | 33 | 3B |
| Octal | 314 | 142 | 314 | 0 | 64 | 0 | 24 | 454 | 63 | 73 |
| Binary | 11001100 | 1100010 | 11001100 | 0 | 110100 | 0 | 10100 | 100101100 | 110011 | 111011 |
Color Harmonies of #CC62CC
Complementary color
Monochromatic Colors of #CC62CC
Black with #CC62CC
Text Example
Text Example
White with #CC62CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62CC; }
p { color: rgb(204,98,204); }
H1.HeaderClassName
{
color: #CC62CC;
}
.AnyTagClassName
{
color: #CC62CC;
}
</style>
background-color css
<style>
a { background-color: #CC62CC; }
a { background-color: rgb(204,98,204); }
div.DivClassName
{
background-color: #CC62CC;
}
.BgClassName
{
background-color: #CC62CC;
}
</style>
border-color css
<style>
span { border-color: #CC62CC; }
span { border-color: rgb(204,98,204); }
td.TdClassName
{
border-color: #CC62CC;
}
.TagClassName
{
border-color: #CC62CC;
}
</style>