Shades of Fuchsia #CC62C3
Tints of Fuchsia #CC62C3
RGB
CMYK
RGB Variations
Color information
#CC62C3 (or 0xCC62C3) is known color: Fuchsia. HEX triplet: CC, 62 and C3. RGB value is (204,98,195). Sum of RGB (Red+Green+Blue) = 204+98+195=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62C3 is #339D3C. Grayscale: #8C8C8C. Windows color (decimal): -3382589 or 12804812. OLE color: 12804812.
HSL color Cylindrical-coordinate representation of color #CC62C3: hue angle of 305.09º 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 #CC62C3 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 195 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.2 |
| HSL | 305.09º | 0.51% | 0.59% | - |
| HSV(B) | 305.09º | 0.52% | 0.8% | - |
| XYZ | 39.12 | 25.51 | 54.49 | - |
| YUV | 140.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 195 | 0 | 0.52 | 0.04 | 0.2 | 305.09 | 0.51 | 0.59 |
| Hex | CC | 62 | C3 | 0 | 34 | 4 | 14 | 131 | 33 | 3B |
| Octal | 314 | 142 | 303 | 0 | 64 | 4 | 24 | 461 | 63 | 73 |
| Binary | 11001100 | 1100010 | 11000011 | 0 | 110100 | 100 | 10100 | 100110001 | 110011 | 111011 |
Color Harmonies of #CC62C3
Complementary color
Monochromatic Colors of #CC62C3
Black with #CC62C3
Text Example
Text Example
White with #CC62C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62C3; }
p { color: rgb(204,98,195); }
H1.HeaderClassName
{
color: #CC62C3;
}
.AnyTagClassName
{
color: #CC62C3;
}
</style>
background-color css
<style>
a { background-color: #CC62C3; }
a { background-color: rgb(204,98,195); }
div.DivClassName
{
background-color: #CC62C3;
}
.BgClassName
{
background-color: #CC62C3;
}
</style>
border-color css
<style>
span { border-color: #CC62C3; }
span { border-color: rgb(204,98,195); }
td.TdClassName
{
border-color: #CC62C3;
}
.TagClassName
{
border-color: #CC62C3;
}
</style>