Shades of Fuchsia #CC50CE
Tints of Fuchsia #CC50CE
RGB
CMYK
RGB Variations
Color information
#CC50CE (or 0xCC50CE) is known color: Fuchsia. HEX triplet: CC, 50 and CE. RGB value is (204,80,206). Sum of RGB (Red+Green+Blue) = 204+80+206=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50CE is #33AF31. Grayscale: #838383. Windows color (decimal): -3387186 or 13521100. OLE color: 13521100.
HSL color Cylindrical-coordinate representation of color #CC50CE: hue angle of 299.05º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC50CE is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 80 | 206 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.19 |
| HSL | 299.05º | 0.56% | 0.56% | - |
| HSV(B) | 299.05º | 0.61% | 0.81% | - |
| XYZ | 38.91 | 23.03 | 60.79 | - |
| YUV | 131.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 206 | 0.01 | 0.61 | 0 | 0.19 | 299.05 | 0.56 | 0.56 |
| Hex | CC | 50 | CE | 1 | 3D | 0 | 13 | 12B | 38 | 38 |
| Octal | 314 | 120 | 316 | 1 | 75 | 0 | 23 | 453 | 70 | 70 |
| Binary | 11001100 | 1010000 | 11001110 | 1 | 111101 | 0 | 10011 | 100101011 | 111000 | 111000 |
Color Harmonies of #CC50CE
Complementary color
Monochromatic Colors of #CC50CE
Black with #CC50CE
Text Example
Text Example
White with #CC50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50CE; }
p { color: rgb(204,80,206); }
H1.HeaderClassName
{
color: #CC50CE;
}
.AnyTagClassName
{
color: #CC50CE;
}
</style>
background-color css
<style>
a { background-color: #CC50CE; }
a { background-color: rgb(204,80,206); }
div.DivClassName
{
background-color: #CC50CE;
}
.BgClassName
{
background-color: #CC50CE;
}
</style>
border-color css
<style>
span { border-color: #CC50CE; }
span { border-color: rgb(204,80,206); }
td.TdClassName
{
border-color: #CC50CE;
}
.TagClassName
{
border-color: #CC50CE;
}
</style>