Shades of Fuchsia #CD33C5
Tints of Fuchsia #CD33C5
RGB
CMYK
RGB Variations
Color information
#CD33C5 (or 0xCD33C5) is known color: Fuchsia. HEX triplet: CD, 33 and C5. RGB value is (205,51,197). Sum of RGB (Red+Green+Blue) = 205+51+197=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33C5 is #32CC3A. Grayscale: #717171. Windows color (decimal): -3329083 or 12923853. OLE color: 12923853.
HSL color Cylindrical-coordinate representation of color #CD33C5: hue angle of 303.12º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD33C5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 197 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.20 |
| HSL | 303.12º | 0.61% | 0.5% | - |
| HSV(B) | 303.12º | 0.75% | 0.8% | - |
| XYZ | 36.44 | 19.38 | 54.64 | - |
| YUV | 113.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 197 | 0 | 0.75 | 0.04 | 0.20 | 303.12 | 0.61 | 0.5 |
| Hex | CD | 33 | C5 | 0 | 4B | 4 | 14 | 12F | 3D | 32 |
| Octal | 315 | 63 | 305 | 0 | 113 | 4 | 24 | 457 | 75 | 62 |
| Binary | 11001101 | 110011 | 11000101 | 0 | 1001011 | 100 | 10100 | 100101111 | 111101 | 110010 |
Color Harmonies of #CD33C5
Complementary color
Monochromatic Colors of #CD33C5
Black with #CD33C5
Text Example
Text Example
White with #CD33C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD33C5; }
p { color: rgb(205,51,197); }
H1.HeaderClassName
{
color: #CD33C5;
}
.AnyTagClassName
{
color: #CD33C5;
}
</style>
background-color css
<style>
a { background-color: #CD33C5; }
a { background-color: rgb(205,51,197); }
div.DivClassName
{
background-color: #CD33C5;
}
.BgClassName
{
background-color: #CD33C5;
}
</style>
border-color css
<style>
span { border-color: #CD33C5; }
span { border-color: rgb(205,51,197); }
td.TdClassName
{
border-color: #CD33C5;
}
.TagClassName
{
border-color: #CD33C5;
}
</style>