Shades of Fuchsia #CD42AF
Tints of Fuchsia #CD42AF
RGB
CMYK
RGB Variations
Color information
#CD42AF (or 0xCD42AF) is known color: Fuchsia. HEX triplet: CD, 42 and AF. RGB value is (205,66,175). Sum of RGB (Red+Green+Blue) = 205+66+175=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD42AF is #32BD50. Grayscale: #777777. Windows color (decimal): -3325265 or 11485901. OLE color: 11485901.
HSL color Cylindrical-coordinate representation of color #CD42AF: hue angle of 312.95º 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 #CD42AF is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 66 | 175 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.20 |
| HSL | 312.95º | 0.58% | 0.53% | - |
| HSV(B) | 312.95º | 0.68% | 0.8% | - |
| XYZ | 34.86 | 19.97 | 42.57 | - |
| YUV | 119.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 175 | 0 | 0.68 | 0.15 | 0.20 | 312.95 | 0.58 | 0.53 |
| Hex | CD | 42 | AF | 0 | 44 | F | 14 | 139 | 3A | 35 |
| Octal | 315 | 102 | 257 | 0 | 104 | 17 | 24 | 471 | 72 | 65 |
| Binary | 11001101 | 1000010 | 10101111 | 0 | 1000100 | 1111 | 10100 | 100111001 | 111010 | 110101 |
Color Harmonies of #CD42AF
Complementary color
Monochromatic Colors of #CD42AF
Black with #CD42AF
Text Example
Text Example
White with #CD42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42AF; }
p { color: rgb(205,66,175); }
H1.HeaderClassName
{
color: #CD42AF;
}
.AnyTagClassName
{
color: #CD42AF;
}
</style>
background-color css
<style>
a { background-color: #CD42AF; }
a { background-color: rgb(205,66,175); }
div.DivClassName
{
background-color: #CD42AF;
}
.BgClassName
{
background-color: #CD42AF;
}
</style>
border-color css
<style>
span { border-color: #CD42AF; }
span { border-color: rgb(205,66,175); }
td.TdClassName
{
border-color: #CD42AF;
}
.TagClassName
{
border-color: #CD42AF;
}
</style>