Shades of Fuchsia #CC30CE
Tints of Fuchsia #CC30CE
RGB
CMYK
RGB Variations
Color information
#CC30CE (or 0xCC30CE) is known color: Fuchsia. HEX triplet: CC, 30 and CE. RGB value is (204,48,206). Sum of RGB (Red+Green+Blue) = 204+48+206=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC30CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30CE is #33CF31. Grayscale: #707070. Windows color (decimal): -3395378 or 13512908. OLE color: 13512908.
HSL color Cylindrical-coordinate representation of color #CC30CE: hue angle of 299.24º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC30CE is Cyan = 0.01, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 48 | 206 | - |
| CMYK | 0.01 | 0.77 | 0 | 0.19 |
| HSL | 299.24º | 0.62% | 0.5% | - |
| HSV(B) | 299.24º | 0.77% | 0.81% | - |
| XYZ | 37.1 | 19.41 | 60.18 | - |
| YUV | 112.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 206 | 0.01 | 0.77 | 0 | 0.19 | 299.24 | 0.62 | 0.5 |
| Hex | CC | 30 | CE | 1 | 4D | 0 | 13 | 12B | 3E | 32 |
| Octal | 314 | 60 | 316 | 1 | 115 | 0 | 23 | 453 | 76 | 62 |
| Binary | 11001100 | 110000 | 11001110 | 1 | 1001101 | 0 | 10011 | 100101011 | 111110 | 110010 |
Color Harmonies of #CC30CE
Complementary color
Monochromatic Colors of #CC30CE
Black with #CC30CE
Text Example
Text Example
White with #CC30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30CE; }
p { color: rgb(204,48,206); }
H1.HeaderClassName
{
color: #CC30CE;
}
.AnyTagClassName
{
color: #CC30CE;
}
</style>
background-color css
<style>
a { background-color: #CC30CE; }
a { background-color: rgb(204,48,206); }
div.DivClassName
{
background-color: #CC30CE;
}
.BgClassName
{
background-color: #CC30CE;
}
</style>
border-color css
<style>
span { border-color: #CC30CE; }
span { border-color: rgb(204,48,206); }
td.TdClassName
{
border-color: #CC30CE;
}
.TagClassName
{
border-color: #CC30CE;
}
</style>