Shades of Fuchsia #CF30CC
Tints of Fuchsia #CF30CC
RGB
CMYK
RGB Variations
Color information
#CF30CC (or 0xCF30CC) is known color: Fuchsia. HEX triplet: CF, 30 and CC. RGB value is (207,48,204). Sum of RGB (Red+Green+Blue) = 207+48+204=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30CC is #30CF33. Grayscale: #707070. Windows color (decimal): -3198772 or 13381839. OLE color: 13381839.
HSL color Cylindrical-coordinate representation of color #CF30CC: hue angle of 301.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF30CC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 204 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.19 |
| HSL | 301.13º | 0.62% | 0.5% | - |
| HSV(B) | 301.13º | 0.77% | 0.81% | - |
| XYZ | 37.69 | 19.74 | 58.95 | - |
| YUV | 113.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 204 | 0 | 0.77 | 0.01 | 0.19 | 301.13 | 0.62 | 0.5 |
| Hex | CF | 30 | CC | 0 | 4D | 1 | 13 | 12D | 3E | 32 |
| Octal | 317 | 60 | 314 | 0 | 115 | 1 | 23 | 455 | 76 | 62 |
| Binary | 11001111 | 110000 | 11001100 | 0 | 1001101 | 1 | 10011 | 100101101 | 111110 | 110010 |
Color Harmonies of #CF30CC
Complementary color
Monochromatic Colors of #CF30CC
Black with #CF30CC
Text Example
Text Example
White with #CF30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30CC; }
p { color: rgb(207,48,204); }
H1.HeaderClassName
{
color: #CF30CC;
}
.AnyTagClassName
{
color: #CF30CC;
}
</style>
background-color css
<style>
a { background-color: #CF30CC; }
a { background-color: rgb(207,48,204); }
div.DivClassName
{
background-color: #CF30CC;
}
.BgClassName
{
background-color: #CF30CC;
}
</style>
border-color css
<style>
span { border-color: #CF30CC; }
span { border-color: rgb(207,48,204); }
td.TdClassName
{
border-color: #CF30CC;
}
.TagClassName
{
border-color: #CF30CC;
}
</style>