Shades of Fuchsia #CF34C5
Tints of Fuchsia #CF34C5
RGB
CMYK
RGB Variations
Color information
#CF34C5 (or 0xCF34C5) is known color: Fuchsia. HEX triplet: CF, 34 and C5. RGB value is (207,52,197). Sum of RGB (Red+Green+Blue) = 207+52+197=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 52 (20.70% from 255 or 11.40% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34C5 is #30CB3A. Grayscale: #727272. Windows color (decimal): -3197755 or 12924111. OLE color: 12924111.
HSL color Cylindrical-coordinate representation of color #CF34C5: hue angle of 303.87º 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 #CF34C5 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 197 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.19 |
| HSL | 303.87º | 0.62% | 0.51% | - |
| HSV(B) | 303.87º | 0.75% | 0.81% | - |
| XYZ | 37.04 | 19.75 | 54.68 | - |
| YUV | 114.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 197 | 0 | 0.75 | 0.05 | 0.19 | 303.87 | 0.62 | 0.51 |
| Hex | CF | 34 | C5 | 0 | 4B | 5 | 13 | 130 | 3E | 33 |
| Octal | 317 | 64 | 305 | 0 | 113 | 5 | 23 | 460 | 76 | 63 |
| Binary | 11001111 | 110100 | 11000101 | 0 | 1001011 | 101 | 10011 | 100110000 | 111110 | 110011 |
Color Harmonies of #CF34C5
Complementary color
Monochromatic Colors of #CF34C5
Black with #CF34C5
Text Example
Text Example
White with #CF34C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34C5; }
p { color: rgb(207,52,197); }
H1.HeaderClassName
{
color: #CF34C5;
}
.AnyTagClassName
{
color: #CF34C5;
}
</style>
background-color css
<style>
a { background-color: #CF34C5; }
a { background-color: rgb(207,52,197); }
div.DivClassName
{
background-color: #CF34C5;
}
.BgClassName
{
background-color: #CF34C5;
}
</style>
border-color css
<style>
span { border-color: #CF34C5; }
span { border-color: rgb(207,52,197); }
td.TdClassName
{
border-color: #CF34C5;
}
.TagClassName
{
border-color: #CF34C5;
}
</style>