Shades of Fuchsia #CF36CF
Tints of Fuchsia #CF36CF
RGB
CMYK
RGB Variations
Color information
#CF36CF (or 0xCF36CF) is known color: Fuchsia. HEX triplet: CF, 36 and CF. RGB value is (207,54,207). Sum of RGB (Red+Green+Blue) = 207+54+207=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF36CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36CF is #30C930. Grayscale: #747474. Windows color (decimal): -3197233 or 13579983. OLE color: 13579983.
HSL color Cylindrical-coordinate representation of color #CF36CF: hue angle of 300º degrees, saturation: 0.61, 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 #CF36CF is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 207 | - |
| CMYK | 0 | 0.74 | 0 | 0.19 |
| HSL | 300º | 0.61% | 0.51% | - |
| HSV(B) | 300º | 0.74% | 0.81% | - |
| XYZ | 38.31 | 20.41 | 60.95 | - |
| YUV | 117.19 | 178.69 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 207 | 0 | 0.74 | 0 | 0.19 | 300 | 0.61 | 0.51 |
| Hex | CF | 36 | CF | 0 | 4A | 0 | 13 | 12C | 3D | 33 |
| Octal | 317 | 66 | 317 | 0 | 112 | 0 | 23 | 454 | 75 | 63 |
| Binary | 11001111 | 110110 | 11001111 | 0 | 1001010 | 0 | 10011 | 100101100 | 111101 | 110011 |
Color Harmonies of #CF36CF
Complementary color
Monochromatic Colors of #CF36CF
Black with #CF36CF
Text Example
Text Example
White with #CF36CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF36CF; }
p { color: rgb(207,54,207); }
H1.HeaderClassName
{
color: #CF36CF;
}
.AnyTagClassName
{
color: #CF36CF;
}
</style>
background-color css
<style>
a { background-color: #CF36CF; }
a { background-color: rgb(207,54,207); }
div.DivClassName
{
background-color: #CF36CF;
}
.BgClassName
{
background-color: #CF36CF;
}
</style>
border-color css
<style>
span { border-color: #CF36CF; }
span { border-color: rgb(207,54,207); }
td.TdClassName
{
border-color: #CF36CF;
}
.TagClassName
{
border-color: #CF36CF;
}
</style>