Shades of Fuchsia #CD3CCC
Tints of Fuchsia #CD3CCC
RGB
CMYK
RGB Variations
Color information
#CD3CCC (or 0xCD3CCC) is known color: Fuchsia. HEX triplet: CD, 3C and CC. RGB value is (205,60,204). Sum of RGB (Red+Green+Blue) = 205+60+204=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 60 (23.83% from 255 or 12.79% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CCC is #32C333. Grayscale: #777777. Windows color (decimal): -3326772 or 13384909. OLE color: 13384909.
HSL color Cylindrical-coordinate representation of color #CD3CCC: hue angle of 300.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3CCC is Cyan = 0, Magento = 0.71, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 204 | - |
| CMYK | 0 | 0.71 | 0.00 | 0.20 |
| HSL | 300.41º | 0.59% | 0.52% | - |
| HSV(B) | 300.41º | 0.71% | 0.8% | - |
| XYZ | 37.69 | 20.57 | 59.11 | - |
| YUV | 119.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 204 | 0 | 0.71 | 0.00 | 0.20 | 300.41 | 0.59 | 0.52 |
| Hex | CD | 3C | CC | 0 | 47 | 0 | 14 | 12C | 3B | 34 |
| Octal | 315 | 74 | 314 | 0 | 107 | 0 | 24 | 454 | 73 | 64 |
| Binary | 11001101 | 111100 | 11001100 | 0 | 1000111 | 0 | 10100 | 100101100 | 111011 | 110100 |
Color Harmonies of #CD3CCC
Complementary color
Monochromatic Colors of #CD3CCC
Black with #CD3CCC
Text Example
Text Example
White with #CD3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CCC; }
p { color: rgb(205,60,204); }
H1.HeaderClassName
{
color: #CD3CCC;
}
.AnyTagClassName
{
color: #CD3CCC;
}
</style>
background-color css
<style>
a { background-color: #CD3CCC; }
a { background-color: rgb(205,60,204); }
div.DivClassName
{
background-color: #CD3CCC;
}
.BgClassName
{
background-color: #CD3CCC;
}
</style>
border-color css
<style>
span { border-color: #CD3CCC; }
span { border-color: rgb(205,60,204); }
td.TdClassName
{
border-color: #CD3CCC;
}
.TagClassName
{
border-color: #CD3CCC;
}
</style>