Shades of Fuchsia #CD40B2
Tints of Fuchsia #CD40B2
RGB
CMYK
RGB Variations
Color information
#CD40B2 (or 0xCD40B2) is known color: Fuchsia. HEX triplet: CD, 40 and B2. RGB value is (205,64,178). Sum of RGB (Red+Green+Blue) = 205+64+178=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD40B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD40B2 is #32BF4D. Grayscale: #767676. Windows color (decimal): -3325774 or 11681997. OLE color: 11681997.
HSL color Cylindrical-coordinate representation of color #CD40B2: hue angle of 311.49º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD40B2 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 64 | 178 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.20 |
| HSL | 311.49º | 0.59% | 0.53% | - |
| HSV(B) | 311.49º | 0.69% | 0.8% | - |
| XYZ | 35.05 | 19.86 | 44.11 | - |
| YUV | 119.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 64 | 178 | 0 | 0.69 | 0.13 | 0.20 | 311.49 | 0.59 | 0.53 |
| Hex | CD | 40 | B2 | 0 | 45 | D | 14 | 137 | 3B | 35 |
| Octal | 315 | 100 | 262 | 0 | 105 | 15 | 24 | 467 | 73 | 65 |
| Binary | 11001101 | 1000000 | 10110010 | 0 | 1000101 | 1101 | 10100 | 100110111 | 111011 | 110101 |
Color Harmonies of #CD40B2
Complementary color
Monochromatic Colors of #CD40B2
Black with #CD40B2
Text Example
Text Example
White with #CD40B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD40B2; }
p { color: rgb(205,64,178); }
H1.HeaderClassName
{
color: #CD40B2;
}
.AnyTagClassName
{
color: #CD40B2;
}
</style>
background-color css
<style>
a { background-color: #CD40B2; }
a { background-color: rgb(205,64,178); }
div.DivClassName
{
background-color: #CD40B2;
}
.BgClassName
{
background-color: #CD40B2;
}
</style>
border-color css
<style>
span { border-color: #CD40B2; }
span { border-color: rgb(205,64,178); }
td.TdClassName
{
border-color: #CD40B2;
}
.TagClassName
{
border-color: #CD40B2;
}
</style>