Shades of Fuchsia #CD42C1
Tints of Fuchsia #CD42C1
RGB
CMYK
RGB Variations
Color information
#CD42C1 (or 0xCD42C1) is known color: Fuchsia. HEX triplet: CD, 42 and C1. RGB value is (205,66,193). Sum of RGB (Red+Green+Blue) = 205+66+193=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD42C1 is #32BD3E. Grayscale: #797979. Windows color (decimal): -3325247 or 12665549. OLE color: 12665549.
HSL color Cylindrical-coordinate representation of color #CD42C1: hue angle of 305.18º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD42C1 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 193 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.20 |
| HSL | 305.18º | 0.58% | 0.53% | - |
| HSV(B) | 305.18º | 0.68% | 0.8% | - |
| XYZ | 36.75 | 20.73 | 52.52 | - |
| YUV | 122.04 | 168.05 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 193 | 0 | 0.68 | 0.06 | 0.20 | 305.18 | 0.58 | 0.53 |
| Hex | CD | 42 | C1 | 0 | 44 | 6 | 14 | 131 | 3A | 35 |
| Octal | 315 | 102 | 301 | 0 | 104 | 6 | 24 | 461 | 72 | 65 |
| Binary | 11001101 | 1000010 | 11000001 | 0 | 1000100 | 110 | 10100 | 100110001 | 111010 | 110101 |
Color Harmonies of #CD42C1
Complementary color
Monochromatic Colors of #CD42C1
Black with #CD42C1
Text Example
Text Example
White with #CD42C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42C1; }
p { color: rgb(205,66,193); }
H1.HeaderClassName
{
color: #CD42C1;
}
.AnyTagClassName
{
color: #CD42C1;
}
</style>
background-color css
<style>
a { background-color: #CD42C1; }
a { background-color: rgb(205,66,193); }
div.DivClassName
{
background-color: #CD42C1;
}
.BgClassName
{
background-color: #CD42C1;
}
</style>
border-color css
<style>
span { border-color: #CD42C1; }
span { border-color: rgb(205,66,193); }
td.TdClassName
{
border-color: #CD42C1;
}
.TagClassName
{
border-color: #CD42C1;
}
</style>