Shades of Fuchsia #CD36CC
Tints of Fuchsia #CD36CC
RGB
CMYK
RGB Variations
Color information
#CD36CC (or 0xCD36CC) is known color: Fuchsia. HEX triplet: CD, 36 and CC. RGB value is (205,54,204). Sum of RGB (Red+Green+Blue) = 205+54+204=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36CC is #32C933. Grayscale: #737373. Windows color (decimal): -3328308 or 13383373. OLE color: 13383373.
HSL color Cylindrical-coordinate representation of color #CD36CC: hue angle of 300.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD36CC is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 204 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.20 |
| HSL | 300.4º | 0.6% | 0.51% | - |
| HSV(B) | 300.4º | 0.74% | 0.8% | - |
| XYZ | 37.4 | 19.98 | 59.01 | - |
| YUV | 116.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 204 | 0 | 0.74 | 0.00 | 0.20 | 300.4 | 0.6 | 0.51 |
| Hex | CD | 36 | CC | 0 | 4A | 0 | 14 | 12C | 3C | 33 |
| Octal | 315 | 66 | 314 | 0 | 112 | 0 | 24 | 454 | 74 | 63 |
| Binary | 11001101 | 110110 | 11001100 | 0 | 1001010 | 0 | 10100 | 100101100 | 111100 | 110011 |
Color Harmonies of #CD36CC
Complementary color
Monochromatic Colors of #CD36CC
Black with #CD36CC
Text Example
Text Example
White with #CD36CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36CC; }
p { color: rgb(205,54,204); }
H1.HeaderClassName
{
color: #CD36CC;
}
.AnyTagClassName
{
color: #CD36CC;
}
</style>
background-color css
<style>
a { background-color: #CD36CC; }
a { background-color: rgb(205,54,204); }
div.DivClassName
{
background-color: #CD36CC;
}
.BgClassName
{
background-color: #CD36CC;
}
</style>
border-color css
<style>
span { border-color: #CD36CC; }
span { border-color: rgb(205,54,204); }
td.TdClassName
{
border-color: #CD36CC;
}
.TagClassName
{
border-color: #CD36CC;
}
</style>