Shades of Fuchsia #CF52BD
Tints of Fuchsia #CF52BD
RGB
CMYK
RGB Variations
Color information
#CF52BD (or 0xCF52BD) is known color: Fuchsia. HEX triplet: CF, 52 and BD. RGB value is (207,82,189). Sum of RGB (Red+Green+Blue) = 207+82+189=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52BD is #30AD42. Grayscale: #838383. Windows color (decimal): -3190083 or 12407503. OLE color: 12407503.
HSL color Cylindrical-coordinate representation of color #CF52BD: hue angle of 308.64º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF52BD is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 189 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.19 |
| HSL | 308.64º | 0.57% | 0.57% | - |
| HSV(B) | 308.64º | 0.6% | 0.81% | - |
| XYZ | 37.93 | 22.97 | 50.58 | - |
| YUV | 131.57 | 160.41 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 189 | 0 | 0.60 | 0.09 | 0.19 | 308.64 | 0.57 | 0.57 |
| Hex | CF | 52 | BD | 0 | 3C | 9 | 13 | 135 | 39 | 39 |
| Octal | 317 | 122 | 275 | 0 | 74 | 11 | 23 | 465 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10111101 | 0 | 111100 | 1001 | 10011 | 100110101 | 111001 | 111001 |
Color Harmonies of #CF52BD
Complementary color
Monochromatic Colors of #CF52BD
Black with #CF52BD
Text Example
Text Example
White with #CF52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52BD; }
p { color: rgb(207,82,189); }
H1.HeaderClassName
{
color: #CF52BD;
}
.AnyTagClassName
{
color: #CF52BD;
}
</style>
background-color css
<style>
a { background-color: #CF52BD; }
a { background-color: rgb(207,82,189); }
div.DivClassName
{
background-color: #CF52BD;
}
.BgClassName
{
background-color: #CF52BD;
}
</style>
border-color css
<style>
span { border-color: #CF52BD; }
span { border-color: rgb(207,82,189); }
td.TdClassName
{
border-color: #CF52BD;
}
.TagClassName
{
border-color: #CF52BD;
}
</style>