Shades of Fuchsia #CF33CA
Tints of Fuchsia #CF33CA
RGB
CMYK
RGB Variations
Color information
#CF33CA (or 0xCF33CA) is known color: Fuchsia. HEX triplet: CF, 33 and CA. RGB value is (207,51,202). Sum of RGB (Red+Green+Blue) = 207+51+202=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33CA is #30CC35. Grayscale: #727272. Windows color (decimal): -3198006 or 13251535. OLE color: 13251535.
HSL color Cylindrical-coordinate representation of color #CF33CA: hue angle of 301.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF33CA is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 202 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.19 |
| HSL | 301.92º | 0.62% | 0.51% | - |
| HSV(B) | 301.92º | 0.75% | 0.81% | - |
| XYZ | 37.58 | 19.9 | 57.74 | - |
| YUV | 114.86 | 177.18 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 202 | 0 | 0.75 | 0.02 | 0.19 | 301.92 | 0.62 | 0.51 |
| Hex | CF | 33 | CA | 0 | 4B | 2 | 13 | 12E | 3E | 33 |
| Octal | 317 | 63 | 312 | 0 | 113 | 2 | 23 | 456 | 76 | 63 |
| Binary | 11001111 | 110011 | 11001010 | 0 | 1001011 | 10 | 10011 | 100101110 | 111110 | 110011 |
Color Harmonies of #CF33CA
Complementary color
Monochromatic Colors of #CF33CA
Black with #CF33CA
Text Example
Text Example
White with #CF33CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33CA; }
p { color: rgb(207,51,202); }
H1.HeaderClassName
{
color: #CF33CA;
}
.AnyTagClassName
{
color: #CF33CA;
}
</style>
background-color css
<style>
a { background-color: #CF33CA; }
a { background-color: rgb(207,51,202); }
div.DivClassName
{
background-color: #CF33CA;
}
.BgClassName
{
background-color: #CF33CA;
}
</style>
border-color css
<style>
span { border-color: #CF33CA; }
span { border-color: rgb(207,51,202); }
td.TdClassName
{
border-color: #CF33CA;
}
.TagClassName
{
border-color: #CF33CA;
}
</style>