Shades of Fuchsia #CF35CF
Tints of Fuchsia #CF35CF
RGB
CMYK
RGB Variations
Color information
#CF35CF (or 0xCF35CF) is known color: Fuchsia. HEX triplet: CF, 35 and CF. RGB value is (207,53,207). Sum of RGB (Red+Green+Blue) = 207+53+207=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF35CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35CF is #30CA30. Grayscale: #747474. Windows color (decimal): -3197489 or 13579727. OLE color: 13579727.
HSL color Cylindrical-coordinate representation of color #CF35CF: hue angle of 300º 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 #CF35CF is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 207 | - |
| CMYK | 0 | 0.74 | 0 | 0.19 |
| HSL | 300º | 0.62% | 0.51% | - |
| HSV(B) | 300º | 0.74% | 0.81% | - |
| XYZ | 38.27 | 20.32 | 60.94 | - |
| YUV | 116.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 207 | 0 | 0.74 | 0 | 0.19 | 300 | 0.62 | 0.51 |
| Hex | CF | 35 | CF | 0 | 4A | 0 | 13 | 12C | 3E | 33 |
| Octal | 317 | 65 | 317 | 0 | 112 | 0 | 23 | 454 | 76 | 63 |
| Binary | 11001111 | 110101 | 11001111 | 0 | 1001010 | 0 | 10011 | 100101100 | 111110 | 110011 |
Color Harmonies of #CF35CF
Complementary color
Monochromatic Colors of #CF35CF
Black with #CF35CF
Text Example
Text Example
White with #CF35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF35CF; }
p { color: rgb(207,53,207); }
H1.HeaderClassName
{
color: #CF35CF;
}
.AnyTagClassName
{
color: #CF35CF;
}
</style>
background-color css
<style>
a { background-color: #CF35CF; }
a { background-color: rgb(207,53,207); }
div.DivClassName
{
background-color: #CF35CF;
}
.BgClassName
{
background-color: #CF35CF;
}
</style>
border-color css
<style>
span { border-color: #CF35CF; }
span { border-color: rgb(207,53,207); }
td.TdClassName
{
border-color: #CF35CF;
}
.TagClassName
{
border-color: #CF35CF;
}
</style>