Shades of Fuchsia #CC51C4
Tints of Fuchsia #CC51C4
RGB
CMYK
RGB Variations
Color information
#CC51C4 (or 0xCC51C4) is known color: Fuchsia. HEX triplet: CC, 51 and C4. RGB value is (204,81,196). Sum of RGB (Red+Green+Blue) = 204+81+196=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51C4 is #33AE3B. Grayscale: #828282. Windows color (decimal): -3386940 or 12865996. OLE color: 12865996.
HSL color Cylindrical-coordinate representation of color #CC51C4: hue angle of 303.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC51C4 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 196 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.2 |
| HSL | 303.9º | 0.55% | 0.56% | - |
| HSV(B) | 303.9º | 0.6% | 0.8% | - |
| XYZ | 37.81 | 22.71 | 54.61 | - |
| YUV | 130.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 196 | 0 | 0.60 | 0.04 | 0.2 | 303.9 | 0.55 | 0.56 |
| Hex | CC | 51 | C4 | 0 | 3C | 4 | 14 | 130 | 37 | 38 |
| Octal | 314 | 121 | 304 | 0 | 74 | 4 | 24 | 460 | 67 | 70 |
| Binary | 11001100 | 1010001 | 11000100 | 0 | 111100 | 100 | 10100 | 100110000 | 110111 | 111000 |
Color Harmonies of #CC51C4
Complementary color
Monochromatic Colors of #CC51C4
Black with #CC51C4
Text Example
Text Example
White with #CC51C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51C4; }
p { color: rgb(204,81,196); }
H1.HeaderClassName
{
color: #CC51C4;
}
.AnyTagClassName
{
color: #CC51C4;
}
</style>
background-color css
<style>
a { background-color: #CC51C4; }
a { background-color: rgb(204,81,196); }
div.DivClassName
{
background-color: #CC51C4;
}
.BgClassName
{
background-color: #CC51C4;
}
</style>
border-color css
<style>
span { border-color: #CC51C4; }
span { border-color: rgb(204,81,196); }
td.TdClassName
{
border-color: #CC51C4;
}
.TagClassName
{
border-color: #CC51C4;
}
</style>