Shades of Fuchsia #CF4DBB
Tints of Fuchsia #CF4DBB
RGB
CMYK
RGB Variations
Color information
#CF4DBB (or 0xCF4DBB) is known color: Fuchsia. HEX triplet: CF, 4D and BB. RGB value is (207,77,187). Sum of RGB (Red+Green+Blue) = 207+77+187=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DBB is #30B244. Grayscale: #808080. Windows color (decimal): -3191365 or 12275151. OLE color: 12275151.
HSL color Cylindrical-coordinate representation of color #CF4DBB: hue angle of 309.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4DBB is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 77 | 187 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.19 |
| HSL | 309.23º | 0.58% | 0.56% | - |
| HSV(B) | 309.23º | 0.63% | 0.81% | - |
| XYZ | 37.36 | 22.16 | 49.32 | - |
| YUV | 128.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 77 | 187 | 0 | 0.63 | 0.10 | 0.19 | 309.23 | 0.58 | 0.56 |
| Hex | CF | 4D | BB | 0 | 3F | A | 13 | 135 | 3A | 38 |
| Octal | 317 | 115 | 273 | 0 | 77 | 12 | 23 | 465 | 72 | 70 |
| Binary | 11001111 | 1001101 | 10111011 | 0 | 111111 | 1010 | 10011 | 100110101 | 111010 | 111000 |
Color Harmonies of #CF4DBB
Complementary color
Monochromatic Colors of #CF4DBB
Black with #CF4DBB
Text Example
Text Example
White with #CF4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4DBB; }
p { color: rgb(207,77,187); }
H1.HeaderClassName
{
color: #CF4DBB;
}
.AnyTagClassName
{
color: #CF4DBB;
}
</style>
background-color css
<style>
a { background-color: #CF4DBB; }
a { background-color: rgb(207,77,187); }
div.DivClassName
{
background-color: #CF4DBB;
}
.BgClassName
{
background-color: #CF4DBB;
}
</style>
border-color css
<style>
span { border-color: #CF4DBB; }
span { border-color: rgb(207,77,187); }
td.TdClassName
{
border-color: #CF4DBB;
}
.TagClassName
{
border-color: #CF4DBB;
}
</style>