Shades of Fuchsia #CD33C2
Tints of Fuchsia #CD33C2
RGB
CMYK
RGB Variations
Color information
#CD33C2 (or 0xCD33C2) is known color: Fuchsia. HEX triplet: CD, 33 and C2. RGB value is (205,51,194). Sum of RGB (Red+Green+Blue) = 205+51+194=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 51 (20.31% from 255 or 11.33% from 450); Blue value is 194 (76.17% from 255 or 43.11% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD33C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD33C2 is #32CC3D. Grayscale: #707070. Windows color (decimal): -3329086 or 12727245. OLE color: 12727245.
HSL color Cylindrical-coordinate representation of color #CD33C2: hue angle of 304.29º 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 #CD33C2 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 51 | 194 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.20 |
| HSL | 304.29º | 0.61% | 0.5% | - |
| HSV(B) | 304.29º | 0.75% | 0.8% | - |
| XYZ | 36.1 | 19.24 | 52.85 | - |
| YUV | 113.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 194 | 0 | 0.75 | 0.05 | 0.20 | 304.29 | 0.61 | 0.5 |
| Hex | CD | 33 | C2 | 0 | 4B | 5 | 14 | 130 | 3D | 32 |
| Octal | 315 | 63 | 302 | 0 | 113 | 5 | 24 | 460 | 75 | 62 |
| Binary | 11001101 | 110011 | 11000010 | 0 | 1001011 | 101 | 10100 | 100110000 | 111101 | 110010 |
Color Harmonies of #CD33C2
Complementary color
Monochromatic Colors of #CD33C2
Black with #CD33C2
Text Example
Text Example
White with #CD33C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD33C2; }
p { color: rgb(205,51,194); }
H1.HeaderClassName
{
color: #CD33C2;
}
.AnyTagClassName
{
color: #CD33C2;
}
</style>
background-color css
<style>
a { background-color: #CD33C2; }
a { background-color: rgb(205,51,194); }
div.DivClassName
{
background-color: #CD33C2;
}
.BgClassName
{
background-color: #CD33C2;
}
</style>
border-color css
<style>
span { border-color: #CD33C2; }
span { border-color: rgb(205,51,194); }
td.TdClassName
{
border-color: #CD33C2;
}
.TagClassName
{
border-color: #CD33C2;
}
</style>