Shades of Fuchsia #CF33CD
Tints of Fuchsia #CF33CD
RGB
CMYK
RGB Variations
Color information
#CF33CD (or 0xCF33CD) is known color: Fuchsia. HEX triplet: CF, 33 and CD. RGB value is (207,51,205). Sum of RGB (Red+Green+Blue) = 207+51+205=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 51 (20.31% from 255 or 11.02% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF33CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33CD is #30CC32. Grayscale: #727272. Windows color (decimal): -3198003 or 13448143. OLE color: 13448143.
HSL color Cylindrical-coordinate representation of color #CF33CD: hue angle of 300.77º 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 #CF33CD is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 205 | - |
| CMYK | 0 | 0.75 | 0.01 | 0.19 |
| HSL | 300.77º | 0.62% | 0.51% | - |
| HSV(B) | 300.77º | 0.75% | 0.81% | - |
| XYZ | 37.94 | 20.04 | 59.63 | - |
| YUV | 115.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 205 | 0 | 0.75 | 0.01 | 0.19 | 300.77 | 0.62 | 0.51 |
| Hex | CF | 33 | CD | 0 | 4B | 1 | 13 | 12D | 3E | 33 |
| Octal | 317 | 63 | 315 | 0 | 113 | 1 | 23 | 455 | 76 | 63 |
| Binary | 11001111 | 110011 | 11001101 | 0 | 1001011 | 1 | 10011 | 100101101 | 111110 | 110011 |
Color Harmonies of #CF33CD
Complementary color
Monochromatic Colors of #CF33CD
Black with #CF33CD
Text Example
Text Example
White with #CF33CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33CD; }
p { color: rgb(207,51,205); }
H1.HeaderClassName
{
color: #CF33CD;
}
.AnyTagClassName
{
color: #CF33CD;
}
</style>
background-color css
<style>
a { background-color: #CF33CD; }
a { background-color: rgb(207,51,205); }
div.DivClassName
{
background-color: #CF33CD;
}
.BgClassName
{
background-color: #CF33CD;
}
</style>
border-color css
<style>
span { border-color: #CF33CD; }
span { border-color: rgb(207,51,205); }
td.TdClassName
{
border-color: #CF33CD;
}
.TagClassName
{
border-color: #CF33CD;
}
</style>