Shades of Fuchsia #CF30C3
Tints of Fuchsia #CF30C3
RGB
CMYK
RGB Variations
Color information
#CF30C3 (or 0xCF30C3) is known color: Fuchsia. HEX triplet: CF, 30 and C3. RGB value is (207,48,195). Sum of RGB (Red+Green+Blue) = 207+48+195=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30C3 is #30CF3C. Grayscale: #6F6F6F. Windows color (decimal): -3198781 or 12792015. OLE color: 12792015.
HSL color Cylindrical-coordinate representation of color #CF30C3: hue angle of 304.53º 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 #CF30C3 is Cyan = 0, Magento = 0.77, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 195 | - |
| CMYK | 0 | 0.77 | 0.06 | 0.19 |
| HSL | 304.53º | 0.62% | 0.5% | - |
| HSV(B) | 304.53º | 0.77% | 0.81% | - |
| XYZ | 36.64 | 19.32 | 53.43 | - |
| YUV | 112.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 195 | 0 | 0.77 | 0.06 | 0.19 | 304.53 | 0.62 | 0.5 |
| Hex | CF | 30 | C3 | 0 | 4D | 6 | 13 | 131 | 3E | 32 |
| Octal | 317 | 60 | 303 | 0 | 115 | 6 | 23 | 461 | 76 | 62 |
| Binary | 11001111 | 110000 | 11000011 | 0 | 1001101 | 110 | 10011 | 100110001 | 111110 | 110010 |
Color Harmonies of #CF30C3
Complementary color
Monochromatic Colors of #CF30C3
Black with #CF30C3
Text Example
Text Example
White with #CF30C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF30C3; }
p { color: rgb(207,48,195); }
H1.HeaderClassName
{
color: #CF30C3;
}
.AnyTagClassName
{
color: #CF30C3;
}
</style>
background-color css
<style>
a { background-color: #CF30C3; }
a { background-color: rgb(207,48,195); }
div.DivClassName
{
background-color: #CF30C3;
}
.BgClassName
{
background-color: #CF30C3;
}
</style>
border-color css
<style>
span { border-color: #CF30C3; }
span { border-color: rgb(207,48,195); }
td.TdClassName
{
border-color: #CF30C3;
}
.TagClassName
{
border-color: #CF30C3;
}
</style>