Shades of Fuchsia #CC2DC3
Tints of Fuchsia #CC2DC3
RGB
CMYK
RGB Variations
Color information
#CC2DC3 (or 0xCC2DC3) is known color: Fuchsia. HEX triplet: CC, 2D and C3. RGB value is (204,45,195). Sum of RGB (Red+Green+Blue) = 204+45+195=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC2DC3 is #33D23C. Grayscale: #6D6D6D. Windows color (decimal): -3396157 or 12791244. OLE color: 12791244.
HSL color Cylindrical-coordinate representation of color #CC2DC3: hue angle of 303.4º 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 #CC2DC3 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 195 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.2 |
| HSL | 303.4º | 0.64% | 0.49% | - |
| HSV(B) | 303.4º | 0.78% | 0.8% | - |
| XYZ | 35.69 | 18.65 | 53.35 | - |
| YUV | 109.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 195 | 0 | 0.78 | 0.04 | 0.2 | 303.4 | 0.64 | 0.49 |
| Hex | CC | 2D | C3 | 0 | 4E | 4 | 14 | 12F | 40 | 31 |
| Octal | 314 | 55 | 303 | 0 | 116 | 4 | 24 | 457 | 100 | 61 |
| Binary | 11001100 | 101101 | 11000011 | 0 | 1001110 | 100 | 10100 | 100101111 | 1000000 | 110001 |
Color Harmonies of #CC2DC3
Complementary color
Monochromatic Colors of #CC2DC3
Black with #CC2DC3
Text Example
Text Example
White with #CC2DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2DC3; }
p { color: rgb(204,45,195); }
H1.HeaderClassName
{
color: #CC2DC3;
}
.AnyTagClassName
{
color: #CC2DC3;
}
</style>
background-color css
<style>
a { background-color: #CC2DC3; }
a { background-color: rgb(204,45,195); }
div.DivClassName
{
background-color: #CC2DC3;
}
.BgClassName
{
background-color: #CC2DC3;
}
</style>
border-color css
<style>
span { border-color: #CC2DC3; }
span { border-color: rgb(204,45,195); }
td.TdClassName
{
border-color: #CC2DC3;
}
.TagClassName
{
border-color: #CC2DC3;
}
</style>