Shades of Fuchsia #CD53C1
Tints of Fuchsia #CD53C1
RGB
CMYK
RGB Variations
Color information
#CD53C1 (or 0xCD53C1) is known color: Fuchsia. HEX triplet: CD, 53 and C1. RGB value is (205,83,193). Sum of RGB (Red+Green+Blue) = 205+83+193=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53C1 is #32AC3E. Grayscale: #838383. Windows color (decimal): -3320895 or 12669901. OLE color: 12669901.
HSL color Cylindrical-coordinate representation of color #CD53C1: hue angle of 305.9º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD53C1 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 83 | 193 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.20 |
| HSL | 305.9º | 0.55% | 0.56% | - |
| HSV(B) | 305.9º | 0.6% | 0.8% | - |
| XYZ | 37.9 | 23.02 | 52.9 | - |
| YUV | 132.02 | 162.42 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 193 | 0 | 0.60 | 0.06 | 0.20 | 305.9 | 0.55 | 0.56 |
| Hex | CD | 53 | C1 | 0 | 3C | 6 | 14 | 132 | 37 | 38 |
| Octal | 315 | 123 | 301 | 0 | 74 | 6 | 24 | 462 | 67 | 70 |
| Binary | 11001101 | 1010011 | 11000001 | 0 | 111100 | 110 | 10100 | 100110010 | 110111 | 111000 |
Color Harmonies of #CD53C1
Complementary color
Monochromatic Colors of #CD53C1
Black with #CD53C1
Text Example
Text Example
White with #CD53C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53C1; }
p { color: rgb(205,83,193); }
H1.HeaderClassName
{
color: #CD53C1;
}
.AnyTagClassName
{
color: #CD53C1;
}
</style>
background-color css
<style>
a { background-color: #CD53C1; }
a { background-color: rgb(205,83,193); }
div.DivClassName
{
background-color: #CD53C1;
}
.BgClassName
{
background-color: #CD53C1;
}
</style>
border-color css
<style>
span { border-color: #CD53C1; }
span { border-color: rgb(205,83,193); }
td.TdClassName
{
border-color: #CD53C1;
}
.TagClassName
{
border-color: #CD53C1;
}
</style>