Shades of Fuchsia #CF2BB8
Tints of Fuchsia #CF2BB8
RGB
CMYK
RGB Variations
Color information
#CF2BB8 (or 0xCF2BB8) is known color: Fuchsia. HEX triplet: CF, 2B and B8. RGB value is (207,43,184). Sum of RGB (Red+Green+Blue) = 207+43+184=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2BB8 is #30D447. Grayscale: #6B6B6B. Windows color (decimal): -3200072 or 12069839. OLE color: 12069839.
HSL color Cylindrical-coordinate representation of color #CF2BB8: hue angle of 308.41º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2BB8 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 184 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.19 |
| HSL | 308.41º | 0.66% | 0.49% | - |
| HSV(B) | 308.41º | 0.79% | 0.81% | - |
| XYZ | 35.25 | 18.45 | 47.05 | - |
| YUV | 108.11 | 170.83 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 184 | 0 | 0.79 | 0.11 | 0.19 | 308.41 | 0.66 | 0.49 |
| Hex | CF | 2B | B8 | 0 | 4F | B | 13 | 134 | 42 | 31 |
| Octal | 317 | 53 | 270 | 0 | 117 | 13 | 23 | 464 | 102 | 61 |
| Binary | 11001111 | 101011 | 10111000 | 0 | 1001111 | 1011 | 10011 | 100110100 | 1000010 | 110001 |
Color Harmonies of #CF2BB8
Complementary color
Monochromatic Colors of #CF2BB8
Black with #CF2BB8
Text Example
Text Example
White with #CF2BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2BB8; }
p { color: rgb(207,43,184); }
H1.HeaderClassName
{
color: #CF2BB8;
}
.AnyTagClassName
{
color: #CF2BB8;
}
</style>
background-color css
<style>
a { background-color: #CF2BB8; }
a { background-color: rgb(207,43,184); }
div.DivClassName
{
background-color: #CF2BB8;
}
.BgClassName
{
background-color: #CF2BB8;
}
</style>
border-color css
<style>
span { border-color: #CF2BB8; }
span { border-color: rgb(207,43,184); }
td.TdClassName
{
border-color: #CF2BB8;
}
.TagClassName
{
border-color: #CF2BB8;
}
</style>