Shades of Fuchsia #CD3ACF
Tints of Fuchsia #CD3ACF
RGB
CMYK
RGB Variations
Color information
#CD3ACF (or 0xCD3ACF) is known color: Fuchsia. HEX triplet: CD, 3A and CF. RGB value is (205,58,207). Sum of RGB (Red+Green+Blue) = 205+58+207=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ACF is #32C530. Grayscale: #767676. Windows color (decimal): -3327281 or 13581005. OLE color: 13581005.
HSL color Cylindrical-coordinate representation of color #CD3ACF: hue angle of 299.19º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3ACF is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 58 | 207 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.19 |
| HSL | 299.19º | 0.61% | 0.52% | - |
| HSV(B) | 299.19º | 0.72% | 0.81% | - |
| XYZ | 37.95 | 20.51 | 60.99 | - |
| YUV | 118.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 207 | 0.01 | 0.72 | 0 | 0.19 | 299.19 | 0.61 | 0.52 |
| Hex | CD | 3A | CF | 1 | 48 | 0 | 13 | 12B | 3D | 34 |
| Octal | 315 | 72 | 317 | 1 | 110 | 0 | 23 | 453 | 75 | 64 |
| Binary | 11001101 | 111010 | 11001111 | 1 | 1001000 | 0 | 10011 | 100101011 | 111101 | 110100 |
Color Harmonies of #CD3ACF
Complementary color
Monochromatic Colors of #CD3ACF
Black with #CD3ACF
Text Example
Text Example
White with #CD3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3ACF; }
p { color: rgb(205,58,207); }
H1.HeaderClassName
{
color: #CD3ACF;
}
.AnyTagClassName
{
color: #CD3ACF;
}
</style>
background-color css
<style>
a { background-color: #CD3ACF; }
a { background-color: rgb(205,58,207); }
div.DivClassName
{
background-color: #CD3ACF;
}
.BgClassName
{
background-color: #CD3ACF;
}
</style>
border-color css
<style>
span { border-color: #CD3ACF; }
span { border-color: rgb(205,58,207); }
td.TdClassName
{
border-color: #CD3ACF;
}
.TagClassName
{
border-color: #CD3ACF;
}
</style>