Shades of Fuchsia #CF35CC
Tints of Fuchsia #CF35CC
RGB
CMYK
RGB Variations
Color information
#CF35CC (or 0xCF35CC) is known color: Fuchsia. HEX triplet: CF, 35 and CC. RGB value is (207,53,204). Sum of RGB (Red+Green+Blue) = 207+53+204=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CC is #30CA33. Grayscale: #737373. Windows color (decimal): -3197492 or 13383119. OLE color: 13383119.
HSL color Cylindrical-coordinate representation of color #CF35CC: hue angle of 301.17º 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 #CF35CC is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 204 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.19 |
| HSL | 301.17º | 0.62% | 0.51% | - |
| HSV(B) | 301.17º | 0.74% | 0.81% | - |
| XYZ | 37.9 | 20.17 | 59.02 | - |
| YUV | 116.26 | 177.52 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 204 | 0 | 0.74 | 0.01 | 0.19 | 301.17 | 0.62 | 0.51 |
| Hex | CF | 35 | CC | 0 | 4A | 1 | 13 | 12D | 3E | 33 |
| Octal | 317 | 65 | 314 | 0 | 112 | 1 | 23 | 455 | 76 | 63 |
| Binary | 11001111 | 110101 | 11001100 | 0 | 1001010 | 1 | 10011 | 100101101 | 111110 | 110011 |
Color Harmonies of #CF35CC
Complementary color
Monochromatic Colors of #CF35CC
Black with #CF35CC
Text Example
Text Example
White with #CF35CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35CC; }
p { color: rgb(207,53,204); }
H1.HeaderClassName
{
color: #CF35CC;
}
.AnyTagClassName
{
color: #CF35CC;
}
</style>
background-color css
<style>
a { background-color: #CF35CC; }
a { background-color: rgb(207,53,204); }
div.DivClassName
{
background-color: #CF35CC;
}
.BgClassName
{
background-color: #CF35CC;
}
</style>
border-color css
<style>
span { border-color: #CF35CC; }
span { border-color: rgb(207,53,204); }
td.TdClassName
{
border-color: #CF35CC;
}
.TagClassName
{
border-color: #CF35CC;
}
</style>