Shades of Fuchsia #CC30D1
Tints of Fuchsia #CC30D1
RGB
CMYK
RGB Variations
Color information
#CC30D1 (or 0xCC30D1) is known color: Fuchsia. HEX triplet: CC, 30 and D1. RGB value is (204,48,209). Sum of RGB (Red+Green+Blue) = 204+48+209=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30D1 is #33CF2E. Grayscale: #707070. Windows color (decimal): -3395375 or 13709516. OLE color: 13709516.
HSL color Cylindrical-coordinate representation of color #CC30D1: hue angle of 298.14º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC30D1 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 48 | 209 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.18 |
| HSL | 298.14º | 0.64% | 0.5% | - |
| HSV(B) | 298.14º | 0.77% | 0.82% | - |
| XYZ | 37.47 | 19.55 | 62.12 | - |
| YUV | 113 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 209 | 0.02 | 0.77 | 0 | 0.18 | 298.14 | 0.64 | 0.5 |
| Hex | CC | 30 | D1 | 2 | 4D | 0 | 12 | 12A | 40 | 32 |
| Octal | 314 | 60 | 321 | 2 | 115 | 0 | 22 | 452 | 100 | 62 |
| Binary | 11001100 | 110000 | 11010001 | 10 | 1001101 | 0 | 10010 | 100101010 | 1000000 | 110010 |
Color Harmonies of #CC30D1
Complementary color
Monochromatic Colors of #CC30D1
Black with #CC30D1
Text Example
Text Example
White with #CC30D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30D1; }
p { color: rgb(204,48,209); }
H1.HeaderClassName
{
color: #CC30D1;
}
.AnyTagClassName
{
color: #CC30D1;
}
</style>
background-color css
<style>
a { background-color: #CC30D1; }
a { background-color: rgb(204,48,209); }
div.DivClassName
{
background-color: #CC30D1;
}
.BgClassName
{
background-color: #CC30D1;
}
</style>
border-color css
<style>
span { border-color: #CC30D1; }
span { border-color: rgb(204,48,209); }
td.TdClassName
{
border-color: #CC30D1;
}
.TagClassName
{
border-color: #CC30D1;
}
</style>