Shades of Fuchsia #CC53C1
Tints of Fuchsia #CC53C1
RGB
CMYK
RGB Variations
Color information
#CC53C1 (or 0xCC53C1) is known color: Fuchsia. HEX triplet: CC, 53 and C1. RGB value is (204,83,193). Sum of RGB (Red+Green+Blue) = 204+83+193=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CC53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC53C1 is #33AC3E. Grayscale: #838383. Windows color (decimal): -3386431 or 12669900. OLE color: 12669900.
HSL color Cylindrical-coordinate representation of color #CC53C1: hue angle of 305.45º 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 #CC53C1 is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 193 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.2 |
| HSL | 305.45º | 0.54% | 0.56% | - |
| HSV(B) | 305.45º | 0.59% | 0.8% | - |
| XYZ | 37.62 | 22.87 | 52.88 | - |
| YUV | 131.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 193 | 0 | 0.59 | 0.05 | 0.2 | 305.45 | 0.54 | 0.56 |
| Hex | CC | 53 | C1 | 0 | 3B | 5 | 14 | 131 | 36 | 38 |
| Octal | 314 | 123 | 301 | 0 | 73 | 5 | 24 | 461 | 66 | 70 |
| Binary | 11001100 | 1010011 | 11000001 | 0 | 111011 | 101 | 10100 | 100110001 | 110110 | 111000 |
Color Harmonies of #CC53C1
Complementary color
Monochromatic Colors of #CC53C1
Black with #CC53C1
Text Example
Text Example
White with #CC53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC53C1; }
p { color: rgb(204,83,193); }
H1.HeaderClassName
{
color: #CC53C1;
}
.AnyTagClassName
{
color: #CC53C1;
}
</style>
background-color css
<style>
a { background-color: #CC53C1; }
a { background-color: rgb(204,83,193); }
div.DivClassName
{
background-color: #CC53C1;
}
.BgClassName
{
background-color: #CC53C1;
}
</style>
border-color css
<style>
span { border-color: #CC53C1; }
span { border-color: rgb(204,83,193); }
td.TdClassName
{
border-color: #CC53C1;
}
.TagClassName
{
border-color: #CC53C1;
}
</style>