Shades of Fuchsia #CF52B3
Tints of Fuchsia #CF52B3
RGB
CMYK
RGB Variations
Color information
#CF52B3 (or 0xCF52B3) is known color: Fuchsia. HEX triplet: CF, 52 and B3. RGB value is (207,82,179). Sum of RGB (Red+Green+Blue) = 207+82+179=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF52B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52B3 is #30AD4C. Grayscale: #828282. Windows color (decimal): -3190093 or 11752143. OLE color: 11752143.
HSL color Cylindrical-coordinate representation of color #CF52B3: hue angle of 313.44º 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 #CF52B3 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 179 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.19 |
| HSL | 313.44º | 0.57% | 0.57% | - |
| HSV(B) | 313.44º | 0.6% | 0.81% | - |
| XYZ | 36.89 | 22.55 | 45.06 | - |
| YUV | 130.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 179 | 0 | 0.60 | 0.14 | 0.19 | 313.44 | 0.57 | 0.57 |
| Hex | CF | 52 | B3 | 0 | 3C | E | 13 | 139 | 39 | 39 |
| Octal | 317 | 122 | 263 | 0 | 74 | 16 | 23 | 471 | 71 | 71 |
| Binary | 11001111 | 1010010 | 10110011 | 0 | 111100 | 1110 | 10011 | 100111001 | 111001 | 111001 |
Color Harmonies of #CF52B3
Complementary color
Monochromatic Colors of #CF52B3
Black with #CF52B3
Text Example
Text Example
White with #CF52B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52B3; }
p { color: rgb(207,82,179); }
H1.HeaderClassName
{
color: #CF52B3;
}
.AnyTagClassName
{
color: #CF52B3;
}
</style>
background-color css
<style>
a { background-color: #CF52B3; }
a { background-color: rgb(207,82,179); }
div.DivClassName
{
background-color: #CF52B3;
}
.BgClassName
{
background-color: #CF52B3;
}
</style>
border-color css
<style>
span { border-color: #CF52B3; }
span { border-color: rgb(207,82,179); }
td.TdClassName
{
border-color: #CF52B3;
}
.TagClassName
{
border-color: #CF52B3;
}
</style>