Shades of Fuchsia #C247CB
Tints of Fuchsia #C247CB
RGB
CMYK
RGB Variations
Color information
#C247CB (or 0xC247CB) is known color: Fuchsia. HEX triplet: C2, 47 and CB. RGB value is (194,71,203). Sum of RGB (Red+Green+Blue) = 194+71+203=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #C247CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C247CB is #3DB834. Grayscale: #7A7A7A. Windows color (decimal): -4044853 or 13322178. OLE color: 13322178.
HSL color Cylindrical-coordinate representation of color #C247CB: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C247CB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 71 | 203 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.20 |
| HSL | 295.91º | 0.56% | 0.54% | - |
| HSV(B) | 295.91º | 0.65% | 0.8% | - |
| XYZ | 35.28 | 20.29 | 58.56 | - |
| YUV | 122.83 | 173.25 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 203 | 0.04 | 0.65 | 0 | 0.20 | 295.91 | 0.56 | 0.54 |
| Hex | C2 | 47 | CB | 4 | 41 | 0 | 14 | 128 | 38 | 36 |
| Octal | 302 | 107 | 313 | 4 | 101 | 0 | 24 | 450 | 70 | 66 |
| Binary | 11000010 | 1000111 | 11001011 | 100 | 1000001 | 0 | 10100 | 100101000 | 111000 | 110110 |
Color Harmonies of #C247CB
Complementary color
Monochromatic Colors of #C247CB
Black with #C247CB
Text Example
Text Example
White with #C247CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247CB; }
p { color: rgb(194,71,203); }
H1.HeaderClassName
{
color: #C247CB;
}
.AnyTagClassName
{
color: #C247CB;
}
</style>
background-color css
<style>
a { background-color: #C247CB; }
a { background-color: rgb(194,71,203); }
div.DivClassName
{
background-color: #C247CB;
}
.BgClassName
{
background-color: #C247CB;
}
</style>
border-color css
<style>
span { border-color: #C247CB; }
span { border-color: rgb(194,71,203); }
td.TdClassName
{
border-color: #C247CB;
}
.TagClassName
{
border-color: #C247CB;
}
</style>