Shades of Fuchsia #CF35CA
Tints of Fuchsia #CF35CA
RGB
CMYK
RGB Variations
Color information
#CF35CA (or 0xCF35CA) is known color: Fuchsia. HEX triplet: CF, 35 and CA. RGB value is (207,53,202). Sum of RGB (Red+Green+Blue) = 207+53+202=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CA is #30CA35. Grayscale: #737373. Windows color (decimal): -3197494 or 13252047. OLE color: 13252047.
HSL color Cylindrical-coordinate representation of color #CF35CA: hue angle of 301.95º 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 #CF35CA is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 202 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.19 |
| HSL | 301.95º | 0.62% | 0.51% | - |
| HSV(B) | 301.95º | 0.74% | 0.81% | - |
| XYZ | 37.67 | 20.08 | 57.77 | - |
| YUV | 116.03 | 176.52 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 202 | 0 | 0.74 | 0.02 | 0.19 | 301.95 | 0.62 | 0.51 |
| Hex | CF | 35 | CA | 0 | 4A | 2 | 13 | 12E | 3E | 33 |
| Octal | 317 | 65 | 312 | 0 | 112 | 2 | 23 | 456 | 76 | 63 |
| Binary | 11001111 | 110101 | 11001010 | 0 | 1001010 | 10 | 10011 | 100101110 | 111110 | 110011 |
Color Harmonies of #CF35CA
Complementary color
Monochromatic Colors of #CF35CA
Black with #CF35CA
Text Example
Text Example
White with #CF35CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35CA; }
p { color: rgb(207,53,202); }
H1.HeaderClassName
{
color: #CF35CA;
}
.AnyTagClassName
{
color: #CF35CA;
}
</style>
background-color css
<style>
a { background-color: #CF35CA; }
a { background-color: rgb(207,53,202); }
div.DivClassName
{
background-color: #CF35CA;
}
.BgClassName
{
background-color: #CF35CA;
}
</style>
border-color css
<style>
span { border-color: #CF35CA; }
span { border-color: rgb(207,53,202); }
td.TdClassName
{
border-color: #CF35CA;
}
.TagClassName
{
border-color: #CF35CA;
}
</style>