Shades of Fuchsia #CF34C4
Tints of Fuchsia #CF34C4
RGB
CMYK
RGB Variations
Color information
#CF34C4 (or 0xCF34C4) is known color: Fuchsia. HEX triplet: CF, 34 and C4. RGB value is (207,52,196). Sum of RGB (Red+Green+Blue) = 207+52+196=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 196 (76.95% from 255 or 43.08% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF34C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34C4 is #30CB3B. Grayscale: #727272. Windows color (decimal): -3197756 or 12858575. OLE color: 12858575.
HSL color Cylindrical-coordinate representation of color #CF34C4: hue angle of 304.26º 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 #CF34C4 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 196 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.19 |
| HSL | 304.26º | 0.62% | 0.51% | - |
| HSV(B) | 304.26º | 0.75% | 0.81% | - |
| XYZ | 36.92 | 19.71 | 54.08 | - |
| YUV | 114.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 196 | 0 | 0.75 | 0.05 | 0.19 | 304.26 | 0.62 | 0.51 |
| Hex | CF | 34 | C4 | 0 | 4B | 5 | 13 | 130 | 3E | 33 |
| Octal | 317 | 64 | 304 | 0 | 113 | 5 | 23 | 460 | 76 | 63 |
| Binary | 11001111 | 110100 | 11000100 | 0 | 1001011 | 101 | 10011 | 100110000 | 111110 | 110011 |
Color Harmonies of #CF34C4
Complementary color
Monochromatic Colors of #CF34C4
Black with #CF34C4
Text Example
Text Example
White with #CF34C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34C4; }
p { color: rgb(207,52,196); }
H1.HeaderClassName
{
color: #CF34C4;
}
.AnyTagClassName
{
color: #CF34C4;
}
</style>
background-color css
<style>
a { background-color: #CF34C4; }
a { background-color: rgb(207,52,196); }
div.DivClassName
{
background-color: #CF34C4;
}
.BgClassName
{
background-color: #CF34C4;
}
</style>
border-color css
<style>
span { border-color: #CF34C4; }
span { border-color: rgb(207,52,196); }
td.TdClassName
{
border-color: #CF34C4;
}
.TagClassName
{
border-color: #CF34C4;
}
</style>