Shades of Fuchsia #CC30C9
Tints of Fuchsia #CC30C9
RGB
CMYK
RGB Variations
Color information
#CC30C9 (or 0xCC30C9) is known color: Fuchsia. HEX triplet: CC, 30 and C9. RGB value is (204,48,201). Sum of RGB (Red+Green+Blue) = 204+48+201=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30C9 is #33CF36. Grayscale: #6F6F6F. Windows color (decimal): -3395383 or 13185228. OLE color: 13185228.
HSL color Cylindrical-coordinate representation of color #CC30C9: hue angle of 301.15º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30C9 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 201 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.2 |
| HSL | 301.15º | 0.62% | 0.49% | - |
| HSV(B) | 301.15º | 0.76% | 0.8% | - |
| XYZ | 36.5 | 19.17 | 57.03 | - |
| YUV | 112.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 201 | 0 | 0.76 | 0.01 | 0.2 | 301.15 | 0.62 | 0.49 |
| Hex | CC | 30 | C9 | 0 | 4C | 1 | 14 | 12D | 3E | 31 |
| Octal | 314 | 60 | 311 | 0 | 114 | 1 | 24 | 455 | 76 | 61 |
| Binary | 11001100 | 110000 | 11001001 | 0 | 1001100 | 1 | 10100 | 100101101 | 111110 | 110001 |
Color Harmonies of #CC30C9
Complementary color
Monochromatic Colors of #CC30C9
Black with #CC30C9
Text Example
Text Example
White with #CC30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30C9; }
p { color: rgb(204,48,201); }
H1.HeaderClassName
{
color: #CC30C9;
}
.AnyTagClassName
{
color: #CC30C9;
}
</style>
background-color css
<style>
a { background-color: #CC30C9; }
a { background-color: rgb(204,48,201); }
div.DivClassName
{
background-color: #CC30C9;
}
.BgClassName
{
background-color: #CC30C9;
}
</style>
border-color css
<style>
span { border-color: #CC30C9; }
span { border-color: rgb(204,48,201); }
td.TdClassName
{
border-color: #CC30C9;
}
.TagClassName
{
border-color: #CC30C9;
}
</style>