Shades of Fuchsia #CD61C2
Tints of Fuchsia #CD61C2
RGB
CMYK
RGB Variations
Color information
#CD61C2 (or 0xCD61C2) is known color: Fuchsia. HEX triplet: CD, 61 and C2. RGB value is (205,97,194). Sum of RGB (Red+Green+Blue) = 205+97+194=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CD61C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD61C2 is #329E3D. Grayscale: #8C8C8C. Windows color (decimal): -3317310 or 12739021. OLE color: 12739021.
HSL color Cylindrical-coordinate representation of color #CD61C2: hue angle of 306.11º 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 #CD61C2 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 97 | 194 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.20 |
| HSL | 306.11º | 0.52% | 0.59% | - |
| HSV(B) | 306.11º | 0.53% | 0.8% | - |
| XYZ | 39.19 | 25.42 | 53.88 | - |
| YUV | 140.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 194 | 0 | 0.53 | 0.05 | 0.20 | 306.11 | 0.52 | 0.59 |
| Hex | CD | 61 | C2 | 0 | 35 | 5 | 14 | 132 | 34 | 3B |
| Octal | 315 | 141 | 302 | 0 | 65 | 5 | 24 | 462 | 64 | 73 |
| Binary | 11001101 | 1100001 | 11000010 | 0 | 110101 | 101 | 10100 | 100110010 | 110100 | 111011 |
Color Harmonies of #CD61C2
Complementary color
Monochromatic Colors of #CD61C2
Black with #CD61C2
Text Example
Text Example
White with #CD61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD61C2; }
p { color: rgb(205,97,194); }
H1.HeaderClassName
{
color: #CD61C2;
}
.AnyTagClassName
{
color: #CD61C2;
}
</style>
background-color css
<style>
a { background-color: #CD61C2; }
a { background-color: rgb(205,97,194); }
div.DivClassName
{
background-color: #CD61C2;
}
.BgClassName
{
background-color: #CD61C2;
}
</style>
border-color css
<style>
span { border-color: #CD61C2; }
span { border-color: rgb(205,97,194); }
td.TdClassName
{
border-color: #CD61C2;
}
.TagClassName
{
border-color: #CD61C2;
}
</style>