Shades of Fuchsia #CD60C5
Tints of Fuchsia #CD60C5
RGB
CMYK
RGB Variations
Color information
#CD60C5 (or 0xCD60C5) is known color: Fuchsia. HEX triplet: CD, 60 and C5. RGB value is (205,96,197). Sum of RGB (Red+Green+Blue) = 205+96+197=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD60C5 is #329F3A. Grayscale: #8B8B8B. Windows color (decimal): -3317563 or 12935373. OLE color: 12935373.
HSL color Cylindrical-coordinate representation of color #CD60C5: hue angle of 304.4º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD60C5 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 197 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.20 |
| HSL | 304.4º | 0.52% | 0.59% | - |
| HSV(B) | 304.4º | 0.53% | 0.8% | - |
| XYZ | 39.44 | 25.38 | 55.64 | - |
| YUV | 140.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 197 | 0 | 0.53 | 0.04 | 0.20 | 304.4 | 0.52 | 0.59 |
| Hex | CD | 60 | C5 | 0 | 35 | 4 | 14 | 130 | 34 | 3B |
| Octal | 315 | 140 | 305 | 0 | 65 | 4 | 24 | 460 | 64 | 73 |
| Binary | 11001101 | 1100000 | 11000101 | 0 | 110101 | 100 | 10100 | 100110000 | 110100 | 111011 |
Color Harmonies of #CD60C5
Complementary color
Monochromatic Colors of #CD60C5
Black with #CD60C5
Text Example
Text Example
White with #CD60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD60C5; }
p { color: rgb(205,96,197); }
H1.HeaderClassName
{
color: #CD60C5;
}
.AnyTagClassName
{
color: #CD60C5;
}
</style>
background-color css
<style>
a { background-color: #CD60C5; }
a { background-color: rgb(205,96,197); }
div.DivClassName
{
background-color: #CD60C5;
}
.BgClassName
{
background-color: #CD60C5;
}
</style>
border-color css
<style>
span { border-color: #CD60C5; }
span { border-color: rgb(205,96,197); }
td.TdClassName
{
border-color: #CD60C5;
}
.TagClassName
{
border-color: #CD60C5;
}
</style>