Shades of Fuchsia #CD36C5
Tints of Fuchsia #CD36C5
RGB
CMYK
RGB Variations
Color information
#CD36C5 (or 0xCD36C5) is known color: Fuchsia. HEX triplet: CD, 36 and C5. RGB value is (205,54,197). Sum of RGB (Red+Green+Blue) = 205+54+197=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36C5 is #32C93A. Grayscale: #737373. Windows color (decimal): -3328315 or 12924621. OLE color: 12924621.
HSL color Cylindrical-coordinate representation of color #CD36C5: hue angle of 303.18º 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 #CD36C5 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 197 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.20 |
| HSL | 303.18º | 0.6% | 0.51% | - |
| HSV(B) | 303.18º | 0.74% | 0.8% | - |
| XYZ | 36.57 | 19.65 | 54.69 | - |
| YUV | 115.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 197 | 0 | 0.74 | 0.04 | 0.20 | 303.18 | 0.6 | 0.51 |
| Hex | CD | 36 | C5 | 0 | 4A | 4 | 14 | 12F | 3C | 33 |
| Octal | 315 | 66 | 305 | 0 | 112 | 4 | 24 | 457 | 74 | 63 |
| Binary | 11001101 | 110110 | 11000101 | 0 | 1001010 | 100 | 10100 | 100101111 | 111100 | 110011 |
Color Harmonies of #CD36C5
Complementary color
Monochromatic Colors of #CD36C5
Black with #CD36C5
Text Example
Text Example
White with #CD36C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36C5; }
p { color: rgb(205,54,197); }
H1.HeaderClassName
{
color: #CD36C5;
}
.AnyTagClassName
{
color: #CD36C5;
}
</style>
background-color css
<style>
a { background-color: #CD36C5; }
a { background-color: rgb(205,54,197); }
div.DivClassName
{
background-color: #CD36C5;
}
.BgClassName
{
background-color: #CD36C5;
}
</style>
border-color css
<style>
span { border-color: #CD36C5; }
span { border-color: rgb(205,54,197); }
td.TdClassName
{
border-color: #CD36C5;
}
.TagClassName
{
border-color: #CD36C5;
}
</style>