Shades of Fuchsia #CF33D5
Tints of Fuchsia #CF33D5
RGB
CMYK
RGB Variations
Color information
#CF33D5 (or 0xCF33D5) is known color: Fuchsia. HEX triplet: CF, 33 and D5. RGB value is (207,51,213). Sum of RGB (Red+Green+Blue) = 207+51+213=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33D5 is #30CC2A. Grayscale: #737373. Windows color (decimal): -3197995 or 13972431. OLE color: 13972431.
HSL color Cylindrical-coordinate representation of color #CF33D5: hue angle of 297.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF33D5 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 51 | 213 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.16 |
| HSL | 297.78º | 0.66% | 0.52% | - |
| HSV(B) | 297.78º | 0.76% | 0.84% | - |
| XYZ | 38.93 | 20.44 | 64.84 | - |
| YUV | 116.11 | 182.68 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 213 | 0.03 | 0.76 | 0 | 0.16 | 297.78 | 0.66 | 0.52 |
| Hex | CF | 33 | D5 | 3 | 4C | 0 | 10 | 12A | 42 | 34 |
| Octal | 317 | 63 | 325 | 3 | 114 | 0 | 20 | 452 | 102 | 64 |
| Binary | 11001111 | 110011 | 11010101 | 11 | 1001100 | 0 | 10000 | 100101010 | 1000010 | 110100 |
Color Harmonies of #CF33D5
Complementary color
Monochromatic Colors of #CF33D5
Black with #CF33D5
Text Example
Text Example
White with #CF33D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33D5; }
p { color: rgb(207,51,213); }
H1.HeaderClassName
{
color: #CF33D5;
}
.AnyTagClassName
{
color: #CF33D5;
}
</style>
background-color css
<style>
a { background-color: #CF33D5; }
a { background-color: rgb(207,51,213); }
div.DivClassName
{
background-color: #CF33D5;
}
.BgClassName
{
background-color: #CF33D5;
}
</style>
border-color css
<style>
span { border-color: #CF33D5; }
span { border-color: rgb(207,51,213); }
td.TdClassName
{
border-color: #CF33D5;
}
.TagClassName
{
border-color: #CF33D5;
}
</style>