Shades of Fuchsia #CD38C8
Tints of Fuchsia #CD38C8
RGB
CMYK
RGB Variations
Color information
#CD38C8 (or 0xCD38C8) is known color: Fuchsia. HEX triplet: CD, 38 and C8. RGB value is (205,56,200). Sum of RGB (Red+Green+Blue) = 205+56+200=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD38C8 is #32C737. Grayscale: #747474. Windows color (decimal): -3327800 or 13121741. OLE color: 13121741.
HSL color Cylindrical-coordinate representation of color #CD38C8: hue angle of 302.01º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD38C8 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 56 | 200 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.20 |
| HSL | 302.01º | 0.6% | 0.51% | - |
| HSV(B) | 302.01º | 0.73% | 0.8% | - |
| XYZ | 37.02 | 19.98 | 56.55 | - |
| YUV | 116.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 200 | 0 | 0.73 | 0.02 | 0.20 | 302.01 | 0.6 | 0.51 |
| Hex | CD | 38 | C8 | 0 | 49 | 2 | 14 | 12E | 3C | 33 |
| Octal | 315 | 70 | 310 | 0 | 111 | 2 | 24 | 456 | 74 | 63 |
| Binary | 11001101 | 111000 | 11001000 | 0 | 1001001 | 10 | 10100 | 100101110 | 111100 | 110011 |
Color Harmonies of #CD38C8
Complementary color
Monochromatic Colors of #CD38C8
Black with #CD38C8
Text Example
Text Example
White with #CD38C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD38C8; }
p { color: rgb(205,56,200); }
H1.HeaderClassName
{
color: #CD38C8;
}
.AnyTagClassName
{
color: #CD38C8;
}
</style>
background-color css
<style>
a { background-color: #CD38C8; }
a { background-color: rgb(205,56,200); }
div.DivClassName
{
background-color: #CD38C8;
}
.BgClassName
{
background-color: #CD38C8;
}
</style>
border-color css
<style>
span { border-color: #CD38C8; }
span { border-color: rgb(205,56,200); }
td.TdClassName
{
border-color: #CD38C8;
}
.TagClassName
{
border-color: #CD38C8;
}
</style>