Shades of Fuchsia #CD36C6
Tints of Fuchsia #CD36C6
RGB
CMYK
RGB Variations
Color information
#CD36C6 (or 0xCD36C6) is known color: Fuchsia. HEX triplet: CD, 36 and C6. RGB value is (205,54,198). Sum of RGB (Red+Green+Blue) = 205+54+198=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD36C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD36C6 is #32C939. Grayscale: #737373. Windows color (decimal): -3328314 or 12990157. OLE color: 12990157.
HSL color Cylindrical-coordinate representation of color #CD36C6: hue angle of 302.78º 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 #CD36C6 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 54 | 198 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.20 |
| HSL | 302.78º | 0.6% | 0.51% | - |
| HSV(B) | 302.78º | 0.74% | 0.8% | - |
| XYZ | 36.69 | 19.69 | 55.29 | - |
| YUV | 115.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 54 | 198 | 0 | 0.74 | 0.03 | 0.20 | 302.78 | 0.6 | 0.51 |
| Hex | CD | 36 | C6 | 0 | 4A | 3 | 14 | 12F | 3C | 33 |
| Octal | 315 | 66 | 306 | 0 | 112 | 3 | 24 | 457 | 74 | 63 |
| Binary | 11001101 | 110110 | 11000110 | 0 | 1001010 | 11 | 10100 | 100101111 | 111100 | 110011 |
Color Harmonies of #CD36C6
Complementary color
Monochromatic Colors of #CD36C6
Black with #CD36C6
Text Example
Text Example
White with #CD36C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD36C6; }
p { color: rgb(205,54,198); }
H1.HeaderClassName
{
color: #CD36C6;
}
.AnyTagClassName
{
color: #CD36C6;
}
</style>
background-color css
<style>
a { background-color: #CD36C6; }
a { background-color: rgb(205,54,198); }
div.DivClassName
{
background-color: #CD36C6;
}
.BgClassName
{
background-color: #CD36C6;
}
</style>
border-color css
<style>
span { border-color: #CD36C6; }
span { border-color: rgb(205,54,198); }
td.TdClassName
{
border-color: #CD36C6;
}
.TagClassName
{
border-color: #CD36C6;
}
</style>