Shades of Fuchsia #CC2DC2
Tints of Fuchsia #CC2DC2
RGB
CMYK
RGB Variations
Color information
#CC2DC2 (or 0xCC2DC2) is known color: Fuchsia. HEX triplet: CC, 2D and C2. RGB value is (204,45,194). Sum of RGB (Red+Green+Blue) = 204+45+194=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC2 is #33D23D. Grayscale: #6D6D6D. Windows color (decimal): -3396158 or 12725708. OLE color: 12725708.
HSL color Cylindrical-coordinate representation of color #CC2DC2: hue angle of 303.77º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2DC2 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 194 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.2 |
| HSL | 303.77º | 0.64% | 0.49% | - |
| HSV(B) | 303.77º | 0.78% | 0.8% | - |
| XYZ | 35.58 | 18.61 | 52.76 | - |
| YUV | 109.53 | 175.68 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 194 | 0 | 0.78 | 0.05 | 0.2 | 303.77 | 0.64 | 0.49 |
| Hex | CC | 2D | C2 | 0 | 4E | 5 | 14 | 130 | 40 | 31 |
| Octal | 314 | 55 | 302 | 0 | 116 | 5 | 24 | 460 | 100 | 61 |
| Binary | 11001100 | 101101 | 11000010 | 0 | 1001110 | 101 | 10100 | 100110000 | 1000000 | 110001 |
Color Harmonies of #CC2DC2
Complementary color
Monochromatic Colors of #CC2DC2
Black with #CC2DC2
Text Example
Text Example
White with #CC2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DC2; }
p { color: rgb(204,45,194); }
H1.HeaderClassName
{
color: #CC2DC2;
}
.AnyTagClassName
{
color: #CC2DC2;
}
</style>
background-color css
<style>
a { background-color: #CC2DC2; }
a { background-color: rgb(204,45,194); }
div.DivClassName
{
background-color: #CC2DC2;
}
.BgClassName
{
background-color: #CC2DC2;
}
</style>
border-color css
<style>
span { border-color: #CC2DC2; }
span { border-color: rgb(204,45,194); }
td.TdClassName
{
border-color: #CC2DC2;
}
.TagClassName
{
border-color: #CC2DC2;
}
</style>