Shades of Fuchsia #CD4ACF
Tints of Fuchsia #CD4ACF
RGB
CMYK
RGB Variations
Color information
#CD4ACF (or 0xCD4ACF) is known color: Fuchsia. HEX triplet: CD, 4A and CF. RGB value is (205,74,207). Sum of RGB (Red+Green+Blue) = 205+74+207=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD4ACF is #32B530. Grayscale: #7F7F7F. Windows color (decimal): -3323185 or 13585101. OLE color: 13585101.
HSL color Cylindrical-coordinate representation of color #CD4ACF: hue angle of 299.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4ACF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 74 | 207 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.19 |
| HSL | 299.1º | 0.58% | 0.55% | - |
| HSV(B) | 299.1º | 0.64% | 0.81% | - |
| XYZ | 38.89 | 22.38 | 61.3 | - |
| YUV | 128.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 74 | 207 | 0.01 | 0.64 | 0 | 0.19 | 299.1 | 0.58 | 0.55 |
| Hex | CD | 4A | CF | 1 | 40 | 0 | 13 | 12B | 3A | 37 |
| Octal | 315 | 112 | 317 | 1 | 100 | 0 | 23 | 453 | 72 | 67 |
| Binary | 11001101 | 1001010 | 11001111 | 1 | 1000000 | 0 | 10011 | 100101011 | 111010 | 110111 |
Color Harmonies of #CD4ACF
Complementary color
Monochromatic Colors of #CD4ACF
Black with #CD4ACF
Text Example
Text Example
White with #CD4ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4ACF; }
p { color: rgb(205,74,207); }
H1.HeaderClassName
{
color: #CD4ACF;
}
.AnyTagClassName
{
color: #CD4ACF;
}
</style>
background-color css
<style>
a { background-color: #CD4ACF; }
a { background-color: rgb(205,74,207); }
div.DivClassName
{
background-color: #CD4ACF;
}
.BgClassName
{
background-color: #CD4ACF;
}
</style>
border-color css
<style>
span { border-color: #CD4ACF; }
span { border-color: rgb(205,74,207); }
td.TdClassName
{
border-color: #CD4ACF;
}
.TagClassName
{
border-color: #CD4ACF;
}
</style>