Shades of Fuchsia #CC2DC7
Tints of Fuchsia #CC2DC7
RGB
CMYK
RGB Variations
Color information
#CC2DC7 (or 0xCC2DC7) is known color: Fuchsia. HEX triplet: CC, 2D and C7. RGB value is (204,45,199). Sum of RGB (Red+Green+Blue) = 204+45+199=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC7 is #33D238. Grayscale: #6D6D6D. Windows color (decimal): -3396153 or 13053388. OLE color: 13053388.
HSL color Cylindrical-coordinate representation of color #CC2DC7: hue angle of 301.89º 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 #CC2DC7 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 199 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.2 |
| HSL | 301.89º | 0.64% | 0.49% | - |
| HSV(B) | 301.89º | 0.78% | 0.8% | - |
| XYZ | 36.15 | 18.84 | 55.76 | - |
| YUV | 110.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 199 | 0 | 0.78 | 0.02 | 0.2 | 301.89 | 0.64 | 0.49 |
| Hex | CC | 2D | C7 | 0 | 4E | 2 | 14 | 12E | 40 | 31 |
| Octal | 314 | 55 | 307 | 0 | 116 | 2 | 24 | 456 | 100 | 61 |
| Binary | 11001100 | 101101 | 11000111 | 0 | 1001110 | 10 | 10100 | 100101110 | 1000000 | 110001 |
Color Harmonies of #CC2DC7
Complementary color
Monochromatic Colors of #CC2DC7
Black with #CC2DC7
Text Example
Text Example
White with #CC2DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DC7; }
p { color: rgb(204,45,199); }
H1.HeaderClassName
{
color: #CC2DC7;
}
.AnyTagClassName
{
color: #CC2DC7;
}
</style>
background-color css
<style>
a { background-color: #CC2DC7; }
a { background-color: rgb(204,45,199); }
div.DivClassName
{
background-color: #CC2DC7;
}
.BgClassName
{
background-color: #CC2DC7;
}
</style>
border-color css
<style>
span { border-color: #CC2DC7; }
span { border-color: rgb(204,45,199); }
td.TdClassName
{
border-color: #CC2DC7;
}
.TagClassName
{
border-color: #CC2DC7;
}
</style>