Shades of Fuchsia #CC51CB
Tints of Fuchsia #CC51CB
RGB
CMYK
RGB Variations
Color information
#CC51CB (or 0xCC51CB) is known color: Fuchsia. HEX triplet: CC, 51 and CB. RGB value is (204,81,203). Sum of RGB (Red+Green+Blue) = 204+81+203=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC51CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC51CB is #33AE34. Grayscale: #838383. Windows color (decimal): -3386933 or 13324748. OLE color: 13324748.
HSL color Cylindrical-coordinate representation of color #CC51CB: hue angle of 300.49º 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 #CC51CB is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 81 | 203 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.2 |
| HSL | 300.49º | 0.55% | 0.56% | - |
| HSV(B) | 300.49º | 0.6% | 0.8% | - |
| XYZ | 38.62 | 23.03 | 58.91 | - |
| YUV | 131.69 | 168.25 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 203 | 0 | 0.60 | 0.00 | 0.2 | 300.49 | 0.55 | 0.56 |
| Hex | CC | 51 | CB | 0 | 3C | 0 | 14 | 12C | 37 | 38 |
| Octal | 314 | 121 | 313 | 0 | 74 | 0 | 24 | 454 | 67 | 70 |
| Binary | 11001100 | 1010001 | 11001011 | 0 | 111100 | 0 | 10100 | 100101100 | 110111 | 111000 |
Color Harmonies of #CC51CB
Complementary color
Monochromatic Colors of #CC51CB
Black with #CC51CB
Text Example
Text Example
White with #CC51CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51CB; }
p { color: rgb(204,81,203); }
H1.HeaderClassName
{
color: #CC51CB;
}
.AnyTagClassName
{
color: #CC51CB;
}
</style>
background-color css
<style>
a { background-color: #CC51CB; }
a { background-color: rgb(204,81,203); }
div.DivClassName
{
background-color: #CC51CB;
}
.BgClassName
{
background-color: #CC51CB;
}
</style>
border-color css
<style>
span { border-color: #CC51CB; }
span { border-color: rgb(204,81,203); }
td.TdClassName
{
border-color: #CC51CB;
}
.TagClassName
{
border-color: #CC51CB;
}
</style>