Shades of Fuchsia #CD62C2
Tints of Fuchsia #CD62C2
RGB
CMYK
RGB Variations
Color information
#CD62C2 (or 0xCD62C2) is known color: Fuchsia. HEX triplet: CD, 62 and C2. RGB value is (205,98,194). Sum of RGB (Red+Green+Blue) = 205+98+194=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CD62C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62C2 is #329D3D. Grayscale: #8C8C8C. Windows color (decimal): -3317054 or 12739277. OLE color: 12739277.
HSL color Cylindrical-coordinate representation of color #CD62C2: hue angle of 306.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD62C2 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 194 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.20 |
| HSL | 306.17º | 0.52% | 0.59% | - |
| HSV(B) | 306.17º | 0.52% | 0.8% | - |
| XYZ | 39.28 | 25.61 | 53.91 | - |
| YUV | 140.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 194 | 0 | 0.52 | 0.05 | 0.20 | 306.17 | 0.52 | 0.59 |
| Hex | CD | 62 | C2 | 0 | 34 | 5 | 14 | 132 | 34 | 3B |
| Octal | 315 | 142 | 302 | 0 | 64 | 5 | 24 | 462 | 64 | 73 |
| Binary | 11001101 | 1100010 | 11000010 | 0 | 110100 | 101 | 10100 | 100110010 | 110100 | 111011 |
Color Harmonies of #CD62C2
Complementary color
Monochromatic Colors of #CD62C2
Black with #CD62C2
Text Example
Text Example
White with #CD62C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD62C2; }
p { color: rgb(205,98,194); }
H1.HeaderClassName
{
color: #CD62C2;
}
.AnyTagClassName
{
color: #CD62C2;
}
</style>
background-color css
<style>
a { background-color: #CD62C2; }
a { background-color: rgb(205,98,194); }
div.DivClassName
{
background-color: #CD62C2;
}
.BgClassName
{
background-color: #CD62C2;
}
</style>
border-color css
<style>
span { border-color: #CD62C2; }
span { border-color: rgb(205,98,194); }
td.TdClassName
{
border-color: #CD62C2;
}
.TagClassName
{
border-color: #CD62C2;
}
</style>