Shades of Fuchsia #CF35AF
Tints of Fuchsia #CF35AF
RGB
CMYK
RGB Variations
Color information
#CF35AF (or 0xCF35AF) is known color: Fuchsia. HEX triplet: CF, 35 and AF. RGB value is (207,53,175). Sum of RGB (Red+Green+Blue) = 207+53+175=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 53 (21.09% from 255 or 12.18% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF35AF is #30CA50. Grayscale: #707070. Windows color (decimal): -3197521 or 11482575. OLE color: 11482575.
HSL color Cylindrical-coordinate representation of color #CF35AF: hue angle of 312.47º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF35AF is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 175 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.19 |
| HSL | 312.47º | 0.62% | 0.51% | - |
| HSV(B) | 312.47º | 0.74% | 0.81% | - |
| XYZ | 34.74 | 18.91 | 42.38 | - |
| YUV | 112.95 | 163.02 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 175 | 0 | 0.74 | 0.15 | 0.19 | 312.47 | 0.62 | 0.51 |
| Hex | CF | 35 | AF | 0 | 4A | F | 13 | 138 | 3E | 33 |
| Octal | 317 | 65 | 257 | 0 | 112 | 17 | 23 | 470 | 76 | 63 |
| Binary | 11001111 | 110101 | 10101111 | 0 | 1001010 | 1111 | 10011 | 100111000 | 111110 | 110011 |
Color Harmonies of #CF35AF
Complementary color
Monochromatic Colors of #CF35AF
Black with #CF35AF
Text Example
Text Example
White with #CF35AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35AF; }
p { color: rgb(207,53,175); }
H1.HeaderClassName
{
color: #CF35AF;
}
.AnyTagClassName
{
color: #CF35AF;
}
</style>
background-color css
<style>
a { background-color: #CF35AF; }
a { background-color: rgb(207,53,175); }
div.DivClassName
{
background-color: #CF35AF;
}
.BgClassName
{
background-color: #CF35AF;
}
</style>
border-color css
<style>
span { border-color: #CF35AF; }
span { border-color: rgb(207,53,175); }
td.TdClassName
{
border-color: #CF35AF;
}
.TagClassName
{
border-color: #CF35AF;
}
</style>