Shades of Fuchsia #CC53C0
Tints of Fuchsia #CC53C0
RGB
CMYK
RGB Variations
Color information
#CC53C0 (or 0xCC53C0) is known color: Fuchsia. HEX triplet: CC, 53 and C0. RGB value is (204,83,192). Sum of RGB (Red+Green+Blue) = 204+83+192=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53C0 is #33AC3F. Grayscale: #838383. Windows color (decimal): -3386432 or 12604364. OLE color: 12604364.
HSL color Cylindrical-coordinate representation of color #CC53C0: hue angle of 305.95º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC53C0 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 192 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.2 |
| HSL | 305.95º | 0.54% | 0.56% | - |
| HSV(B) | 305.95º | 0.59% | 0.8% | - |
| XYZ | 37.51 | 22.83 | 52.3 | - |
| YUV | 131.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 192 | 0 | 0.59 | 0.06 | 0.2 | 305.95 | 0.54 | 0.56 |
| Hex | CC | 53 | C0 | 0 | 3B | 6 | 14 | 132 | 36 | 38 |
| Octal | 314 | 123 | 300 | 0 | 73 | 6 | 24 | 462 | 66 | 70 |
| Binary | 11001100 | 1010011 | 11000000 | 0 | 111011 | 110 | 10100 | 100110010 | 110110 | 111000 |
Color Harmonies of #CC53C0
Complementary color
Monochromatic Colors of #CC53C0
Black with #CC53C0
Text Example
Text Example
White with #CC53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53C0; }
p { color: rgb(204,83,192); }
H1.HeaderClassName
{
color: #CC53C0;
}
.AnyTagClassName
{
color: #CC53C0;
}
</style>
background-color css
<style>
a { background-color: #CC53C0; }
a { background-color: rgb(204,83,192); }
div.DivClassName
{
background-color: #CC53C0;
}
.BgClassName
{
background-color: #CC53C0;
}
</style>
border-color css
<style>
span { border-color: #CC53C0; }
span { border-color: rgb(204,83,192); }
td.TdClassName
{
border-color: #CC53C0;
}
.TagClassName
{
border-color: #CC53C0;
}
</style>