Shades of Fuchsia #CF30CA
Tints of Fuchsia #CF30CA
RGB
CMYK
RGB Variations
Color information
#CF30CA (or 0xCF30CA) is known color: Fuchsia. HEX triplet: CF, 30 and CA. RGB value is (207,48,202). Sum of RGB (Red+Green+Blue) = 207+48+202=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30CA is #30CF35. Grayscale: #707070. Windows color (decimal): -3198774 or 13250767. OLE color: 13250767.
HSL color Cylindrical-coordinate representation of color #CF30CA: hue angle of 301.89º 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 #CF30CA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 202 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.19 |
| HSL | 301.89º | 0.62% | 0.5% | - |
| HSV(B) | 301.89º | 0.77% | 0.81% | - |
| XYZ | 37.45 | 19.64 | 57.69 | - |
| YUV | 113.1 | 178.18 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 202 | 0 | 0.77 | 0.02 | 0.19 | 301.89 | 0.62 | 0.5 |
| Hex | CF | 30 | CA | 0 | 4D | 2 | 13 | 12E | 3E | 32 |
| Octal | 317 | 60 | 312 | 0 | 115 | 2 | 23 | 456 | 76 | 62 |
| Binary | 11001111 | 110000 | 11001010 | 0 | 1001101 | 10 | 10011 | 100101110 | 111110 | 110010 |
Color Harmonies of #CF30CA
Complementary color
Monochromatic Colors of #CF30CA
Black with #CF30CA
Text Example
Text Example
White with #CF30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30CA; }
p { color: rgb(207,48,202); }
H1.HeaderClassName
{
color: #CF30CA;
}
.AnyTagClassName
{
color: #CF30CA;
}
</style>
background-color css
<style>
a { background-color: #CF30CA; }
a { background-color: rgb(207,48,202); }
div.DivClassName
{
background-color: #CF30CA;
}
.BgClassName
{
background-color: #CF30CA;
}
</style>
border-color css
<style>
span { border-color: #CF30CA; }
span { border-color: rgb(207,48,202); }
td.TdClassName
{
border-color: #CF30CA;
}
.TagClassName
{
border-color: #CF30CA;
}
</style>