Shades of Fuchsia #CD37CE
Tints of Fuchsia #CD37CE
RGB
CMYK
RGB Variations
Color information
#CD37CE (or 0xCD37CE) is known color: Fuchsia. HEX triplet: CD, 37 and CE. RGB value is (205,55,206). Sum of RGB (Red+Green+Blue) = 205+55+206=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD37CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37CE is #32C831. Grayscale: #747474. Windows color (decimal): -3328050 or 13514701. OLE color: 13514701.
HSL color Cylindrical-coordinate representation of color #CD37CE: hue angle of 299.6º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD37CE is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 55 | 206 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.19 |
| HSL | 299.6º | 0.61% | 0.51% | - |
| HSV(B) | 299.6º | 0.73% | 0.81% | - |
| XYZ | 37.68 | 20.17 | 60.3 | - |
| YUV | 117.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 206 | 0.00 | 0.73 | 0 | 0.19 | 299.6 | 0.61 | 0.51 |
| Hex | CD | 37 | CE | 0 | 49 | 0 | 13 | 12C | 3D | 33 |
| Octal | 315 | 67 | 316 | 0 | 111 | 0 | 23 | 454 | 75 | 63 |
| Binary | 11001101 | 110111 | 11001110 | 0 | 1001001 | 0 | 10011 | 100101100 | 111101 | 110011 |
Color Harmonies of #CD37CE
Complementary color
Monochromatic Colors of #CD37CE
Black with #CD37CE
Text Example
Text Example
White with #CD37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37CE; }
p { color: rgb(205,55,206); }
H1.HeaderClassName
{
color: #CD37CE;
}
.AnyTagClassName
{
color: #CD37CE;
}
</style>
background-color css
<style>
a { background-color: #CD37CE; }
a { background-color: rgb(205,55,206); }
div.DivClassName
{
background-color: #CD37CE;
}
.BgClassName
{
background-color: #CD37CE;
}
</style>
border-color css
<style>
span { border-color: #CD37CE; }
span { border-color: rgb(205,55,206); }
td.TdClassName
{
border-color: #CD37CE;
}
.TagClassName
{
border-color: #CD37CE;
}
</style>