Shades of Fuchsia #CF30C7
Tints of Fuchsia #CF30C7
RGB
CMYK
RGB Variations
Color information
#CF30C7 (or 0xCF30C7) is known color: Fuchsia. HEX triplet: CF, 30 and C7. RGB value is (207,48,199). Sum of RGB (Red+Green+Blue) = 207+48+199=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 199 (78.12% from 255 or 43.83% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30C7 is #30CF38. Grayscale: #707070. Windows color (decimal): -3198777 or 13054159. OLE color: 13054159.
HSL color Cylindrical-coordinate representation of color #CF30C7: hue angle of 303.02º 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 #CF30C7 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 199 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.19 |
| HSL | 303.02º | 0.62% | 0.5% | - |
| HSV(B) | 303.02º | 0.77% | 0.81% | - |
| XYZ | 37.1 | 19.5 | 55.84 | - |
| YUV | 112.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 199 | 0 | 0.77 | 0.04 | 0.19 | 303.02 | 0.62 | 0.5 |
| Hex | CF | 30 | C7 | 0 | 4D | 4 | 13 | 12F | 3E | 32 |
| Octal | 317 | 60 | 307 | 0 | 115 | 4 | 23 | 457 | 76 | 62 |
| Binary | 11001111 | 110000 | 11000111 | 0 | 1001101 | 100 | 10011 | 100101111 | 111110 | 110010 |
Color Harmonies of #CF30C7
Complementary color
Monochromatic Colors of #CF30C7
Black with #CF30C7
Text Example
Text Example
White with #CF30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30C7; }
p { color: rgb(207,48,199); }
H1.HeaderClassName
{
color: #CF30C7;
}
.AnyTagClassName
{
color: #CF30C7;
}
</style>
background-color css
<style>
a { background-color: #CF30C7; }
a { background-color: rgb(207,48,199); }
div.DivClassName
{
background-color: #CF30C7;
}
.BgClassName
{
background-color: #CF30C7;
}
</style>
border-color css
<style>
span { border-color: #CF30C7; }
span { border-color: rgb(207,48,199); }
td.TdClassName
{
border-color: #CF30C7;
}
.TagClassName
{
border-color: #CF30C7;
}
</style>