Shades of Fuchsia #CF33D2
Tints of Fuchsia #CF33D2
RGB
CMYK
RGB Variations
Color information
#CF33D2 (or 0xCF33D2) is known color: Fuchsia. HEX triplet: CF, 33 and D2. RGB value is (207,51,210). Sum of RGB (Red+Green+Blue) = 207+51+210=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 210 - color contains mainly: blue. Hex color #CF33D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF33D2 is #30CC2D. Grayscale: #737373. Windows color (decimal): -3197998 or 13775823. OLE color: 13775823.
HSL color Cylindrical-coordinate representation of color #CF33D2: hue angle of 298.87º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF33D2 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 51 | 210 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.18 |
| HSL | 298.87º | 0.64% | 0.51% | - |
| HSV(B) | 298.87º | 0.76% | 0.82% | - |
| XYZ | 38.55 | 20.29 | 62.86 | - |
| YUV | 115.77 | 181.18 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 210 | 0.01 | 0.76 | 0 | 0.18 | 298.87 | 0.64 | 0.51 |
| Hex | CF | 33 | D2 | 1 | 4C | 0 | 12 | 12B | 40 | 33 |
| Octal | 317 | 63 | 322 | 1 | 114 | 0 | 22 | 453 | 100 | 63 |
| Binary | 11001111 | 110011 | 11010010 | 1 | 1001100 | 0 | 10010 | 100101011 | 1000000 | 110011 |
Color Harmonies of #CF33D2
Complementary color
Monochromatic Colors of #CF33D2
Black with #CF33D2
Text Example
Text Example
White with #CF33D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF33D2; }
p { color: rgb(207,51,210); }
H1.HeaderClassName
{
color: #CF33D2;
}
.AnyTagClassName
{
color: #CF33D2;
}
</style>
background-color css
<style>
a { background-color: #CF33D2; }
a { background-color: rgb(207,51,210); }
div.DivClassName
{
background-color: #CF33D2;
}
.BgClassName
{
background-color: #CF33D2;
}
</style>
border-color css
<style>
span { border-color: #CF33D2; }
span { border-color: rgb(207,51,210); }
td.TdClassName
{
border-color: #CF33D2;
}
.TagClassName
{
border-color: #CF33D2;
}
</style>