Shades of Fuchsia #CD2BBB
Tints of Fuchsia #CD2BBB
RGB
CMYK
RGB Variations
Color information
#CD2BBB (or 0xCD2BBB) is known color: Fuchsia. HEX triplet: CD, 2B and BB. RGB value is (205,43,187). Sum of RGB (Red+Green+Blue) = 205+43+187=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2BBB is #32D444. Grayscale: #6B6B6B. Windows color (decimal): -3331141 or 12266445. OLE color: 12266445.
HSL color Cylindrical-coordinate representation of color #CD2BBB: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2BBB is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 43 | 187 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.20 |
| HSL | 306.67º | 0.65% | 0.49% | - |
| HSV(B) | 306.67º | 0.79% | 0.8% | - |
| XYZ | 35.01 | 18.29 | 48.7 | - |
| YUV | 107.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 43 | 187 | 0 | 0.79 | 0.09 | 0.20 | 306.67 | 0.65 | 0.49 |
| Hex | CD | 2B | BB | 0 | 4F | 9 | 14 | 133 | 41 | 31 |
| Octal | 315 | 53 | 273 | 0 | 117 | 11 | 24 | 463 | 101 | 61 |
| Binary | 11001101 | 101011 | 10111011 | 0 | 1001111 | 1001 | 10100 | 100110011 | 1000001 | 110001 |
Color Harmonies of #CD2BBB
Complementary color
Monochromatic Colors of #CD2BBB
Black with #CD2BBB
Text Example
Text Example
White with #CD2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2BBB; }
p { color: rgb(205,43,187); }
H1.HeaderClassName
{
color: #CD2BBB;
}
.AnyTagClassName
{
color: #CD2BBB;
}
</style>
background-color css
<style>
a { background-color: #CD2BBB; }
a { background-color: rgb(205,43,187); }
div.DivClassName
{
background-color: #CD2BBB;
}
.BgClassName
{
background-color: #CD2BBB;
}
</style>
border-color css
<style>
span { border-color: #CD2BBB; }
span { border-color: rgb(205,43,187); }
td.TdClassName
{
border-color: #CD2BBB;
}
.TagClassName
{
border-color: #CD2BBB;
}
</style>