Shades of Fuchsia #CD34C8
Tints of Fuchsia #CD34C8
RGB
CMYK
RGB Variations
Color information
#CD34C8 (or 0xCD34C8) is known color: Fuchsia. HEX triplet: CD, 34 and C8. RGB value is (205,52,200). Sum of RGB (Red+Green+Blue) = 205+52+200=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD34C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD34C8 is #32CB37. Grayscale: #727272. Windows color (decimal): -3328824 or 13120717. OLE color: 13120717.
HSL color Cylindrical-coordinate representation of color #CD34C8: hue angle of 301.96º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD34C8 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 200 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.20 |
| HSL | 301.96º | 0.6% | 0.5% | - |
| HSV(B) | 301.96º | 0.75% | 0.8% | - |
| XYZ | 36.83 | 19.61 | 56.49 | - |
| YUV | 114.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 200 | 0 | 0.75 | 0.02 | 0.20 | 301.96 | 0.6 | 0.5 |
| Hex | CD | 34 | C8 | 0 | 4B | 2 | 14 | 12E | 3C | 32 |
| Octal | 315 | 64 | 310 | 0 | 113 | 2 | 24 | 456 | 74 | 62 |
| Binary | 11001101 | 110100 | 11001000 | 0 | 1001011 | 10 | 10100 | 100101110 | 111100 | 110010 |
Color Harmonies of #CD34C8
Complementary color
Monochromatic Colors of #CD34C8
Black with #CD34C8
Text Example
Text Example
White with #CD34C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD34C8; }
p { color: rgb(205,52,200); }
H1.HeaderClassName
{
color: #CD34C8;
}
.AnyTagClassName
{
color: #CD34C8;
}
</style>
background-color css
<style>
a { background-color: #CD34C8; }
a { background-color: rgb(205,52,200); }
div.DivClassName
{
background-color: #CD34C8;
}
.BgClassName
{
background-color: #CD34C8;
}
</style>
border-color css
<style>
span { border-color: #CD34C8; }
span { border-color: rgb(205,52,200); }
td.TdClassName
{
border-color: #CD34C8;
}
.TagClassName
{
border-color: #CD34C8;
}
</style>