Shades of Fuchsia #CD33CE
Tints of Fuchsia #CD33CE
RGB
CMYK
RGB Variations
Color information
#CD33CE (or 0xCD33CE) is known color: Fuchsia. HEX triplet: CD, 33 and CE. RGB value is (205,51,206). Sum of RGB (Red+Green+Blue) = 205+51+206=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33CE is #32CC31. Grayscale: #727272. Windows color (decimal): -3329074 or 13513677. OLE color: 13513677.
HSL color Cylindrical-coordinate representation of color #CD33CE: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD33CE is Cyan = 0.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 51 | 206 | - |
| CMYK | 0.00 | 0.75 | 0 | 0.19 |
| HSL | 299.61º | 0.61% | 0.5% | - |
| HSV(B) | 299.61º | 0.75% | 0.81% | - |
| XYZ | 37.5 | 19.8 | 60.24 | - |
| YUV | 114.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 206 | 0.00 | 0.75 | 0 | 0.19 | 299.61 | 0.61 | 0.5 |
| Hex | CD | 33 | CE | 0 | 4B | 0 | 13 | 12C | 3D | 32 |
| Octal | 315 | 63 | 316 | 0 | 113 | 0 | 23 | 454 | 75 | 62 |
| Binary | 11001101 | 110011 | 11001110 | 0 | 1001011 | 0 | 10011 | 100101100 | 111101 | 110010 |
Color Harmonies of #CD33CE
Complementary color
Monochromatic Colors of #CD33CE
Black with #CD33CE
Text Example
Text Example
White with #CD33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD33CE; }
p { color: rgb(205,51,206); }
H1.HeaderClassName
{
color: #CD33CE;
}
.AnyTagClassName
{
color: #CD33CE;
}
</style>
background-color css
<style>
a { background-color: #CD33CE; }
a { background-color: rgb(205,51,206); }
div.DivClassName
{
background-color: #CD33CE;
}
.BgClassName
{
background-color: #CD33CE;
}
</style>
border-color css
<style>
span { border-color: #CD33CE; }
span { border-color: rgb(205,51,206); }
td.TdClassName
{
border-color: #CD33CE;
}
.TagClassName
{
border-color: #CD33CE;
}
</style>