Shades of Fuchsia #CF35CB
Tints of Fuchsia #CF35CB
RGB
CMYK
RGB Variations
Color information
#CF35CB (or 0xCF35CB) is known color: Fuchsia. HEX triplet: CF, 35 and CB. RGB value is (207,53,203). Sum of RGB (Red+Green+Blue) = 207+53+203=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF35CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CB is #30CA34. Grayscale: #737373. Windows color (decimal): -3197493 or 13317583. OLE color: 13317583.
HSL color Cylindrical-coordinate representation of color #CF35CB: hue angle of 301.56º 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 #CF35CB is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 203 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.19 |
| HSL | 301.56º | 0.62% | 0.51% | - |
| HSV(B) | 301.56º | 0.74% | 0.81% | - |
| XYZ | 37.78 | 20.12 | 58.39 | - |
| YUV | 116.15 | 177.02 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 203 | 0 | 0.74 | 0.02 | 0.19 | 301.56 | 0.62 | 0.51 |
| Hex | CF | 35 | CB | 0 | 4A | 2 | 13 | 12E | 3E | 33 |
| Octal | 317 | 65 | 313 | 0 | 112 | 2 | 23 | 456 | 76 | 63 |
| Binary | 11001111 | 110101 | 11001011 | 0 | 1001010 | 10 | 10011 | 100101110 | 111110 | 110011 |
Color Harmonies of #CF35CB
Complementary color
Monochromatic Colors of #CF35CB
Black with #CF35CB
Text Example
Text Example
White with #CF35CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35CB; }
p { color: rgb(207,53,203); }
H1.HeaderClassName
{
color: #CF35CB;
}
.AnyTagClassName
{
color: #CF35CB;
}
</style>
background-color css
<style>
a { background-color: #CF35CB; }
a { background-color: rgb(207,53,203); }
div.DivClassName
{
background-color: #CF35CB;
}
.BgClassName
{
background-color: #CF35CB;
}
</style>
border-color css
<style>
span { border-color: #CF35CB; }
span { border-color: rgb(207,53,203); }
td.TdClassName
{
border-color: #CF35CB;
}
.TagClassName
{
border-color: #CF35CB;
}
</style>