Shades of Fuchsia #CD2DB2
Tints of Fuchsia #CD2DB2
RGB
CMYK
RGB Variations
Color information
#CD2DB2 (or 0xCD2DB2) is known color: Fuchsia. HEX triplet: CD, 2D and B2. RGB value is (205,45,178). Sum of RGB (Red+Green+Blue) = 205+45+178=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 45 (17.97% from 255 or 10.51% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD2DB2 is #32D24D. Grayscale: #6B6B6B. Windows color (decimal): -3330638 or 11677133. OLE color: 11677133.
HSL color Cylindrical-coordinate representation of color #CD2DB2: hue angle of 310.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2DB2 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 178 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.20 |
| HSL | 310.13º | 0.64% | 0.49% | - |
| HSV(B) | 310.13º | 0.78% | 0.8% | - |
| XYZ | 34.15 | 18.07 | 43.81 | - |
| YUV | 108 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 178 | 0 | 0.78 | 0.13 | 0.20 | 310.13 | 0.64 | 0.49 |
| Hex | CD | 2D | B2 | 0 | 4E | D | 14 | 136 | 40 | 31 |
| Octal | 315 | 55 | 262 | 0 | 116 | 15 | 24 | 466 | 100 | 61 |
| Binary | 11001101 | 101101 | 10110010 | 0 | 1001110 | 1101 | 10100 | 100110110 | 1000000 | 110001 |
Color Harmonies of #CD2DB2
Complementary color
Monochromatic Colors of #CD2DB2
Black with #CD2DB2
Text Example
Text Example
White with #CD2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DB2; }
p { color: rgb(205,45,178); }
H1.HeaderClassName
{
color: #CD2DB2;
}
.AnyTagClassName
{
color: #CD2DB2;
}
</style>
background-color css
<style>
a { background-color: #CD2DB2; }
a { background-color: rgb(205,45,178); }
div.DivClassName
{
background-color: #CD2DB2;
}
.BgClassName
{
background-color: #CD2DB2;
}
</style>
border-color css
<style>
span { border-color: #CD2DB2; }
span { border-color: rgb(205,45,178); }
td.TdClassName
{
border-color: #CD2DB2;
}
.TagClassName
{
border-color: #CD2DB2;
}
</style>