Shades of Fuchsia #CF34BD
Tints of Fuchsia #CF34BD
RGB
CMYK
RGB Variations
Color information
#CF34BD (or 0xCF34BD) is known color: Fuchsia. HEX triplet: CF, 34 and BD. RGB value is (207,52,189). Sum of RGB (Red+Green+Blue) = 207+52+189=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34BD is #30CB42. Grayscale: #717171. Windows color (decimal): -3197763 or 12399823. OLE color: 12399823.
HSL color Cylindrical-coordinate representation of color #CF34BD: hue angle of 306.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF34BD is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 189 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.19 |
| HSL | 306.97º | 0.62% | 0.51% | - |
| HSV(B) | 306.97º | 0.75% | 0.81% | - |
| XYZ | 36.15 | 19.4 | 49.98 | - |
| YUV | 113.96 | 170.35 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 189 | 0 | 0.75 | 0.09 | 0.19 | 306.97 | 0.62 | 0.51 |
| Hex | CF | 34 | BD | 0 | 4B | 9 | 13 | 133 | 3E | 33 |
| Octal | 317 | 64 | 275 | 0 | 113 | 11 | 23 | 463 | 76 | 63 |
| Binary | 11001111 | 110100 | 10111101 | 0 | 1001011 | 1001 | 10011 | 100110011 | 111110 | 110011 |
Color Harmonies of #CF34BD
Complementary color
Monochromatic Colors of #CF34BD
Black with #CF34BD
Text Example
Text Example
White with #CF34BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34BD; }
p { color: rgb(207,52,189); }
H1.HeaderClassName
{
color: #CF34BD;
}
.AnyTagClassName
{
color: #CF34BD;
}
</style>
background-color css
<style>
a { background-color: #CF34BD; }
a { background-color: rgb(207,52,189); }
div.DivClassName
{
background-color: #CF34BD;
}
.BgClassName
{
background-color: #CF34BD;
}
</style>
border-color css
<style>
span { border-color: #CF34BD; }
span { border-color: rgb(207,52,189); }
td.TdClassName
{
border-color: #CF34BD;
}
.TagClassName
{
border-color: #CF34BD;
}
</style>