Shades of Fuchsia #C250CB
Tints of Fuchsia #C250CB
RGB
CMYK
RGB Variations
Color information
#C250CB (or 0xC250CB) is known color: Fuchsia. HEX triplet: C2, 50 and CB. RGB value is (194,80,203). Sum of RGB (Red+Green+Blue) = 194+80+203=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C250CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250CB is #3DAF34. Grayscale: #7F7F7F. Windows color (decimal): -4042549 or 13324482. OLE color: 13324482.
HSL color Cylindrical-coordinate representation of color #C250CB: hue angle of 295.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C250CB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 80 | 203 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.20 |
| HSL | 295.61º | 0.54% | 0.55% | - |
| HSV(B) | 295.61º | 0.61% | 0.8% | - |
| XYZ | 35.9 | 21.52 | 58.76 | - |
| YUV | 128.11 | 170.27 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 203 | 0.04 | 0.61 | 0 | 0.20 | 295.61 | 0.54 | 0.55 |
| Hex | C2 | 50 | CB | 4 | 3D | 0 | 14 | 128 | 36 | 37 |
| Octal | 302 | 120 | 313 | 4 | 75 | 0 | 24 | 450 | 66 | 67 |
| Binary | 11000010 | 1010000 | 11001011 | 100 | 111101 | 0 | 10100 | 100101000 | 110110 | 110111 |
Color Harmonies of #C250CB
Complementary color
Monochromatic Colors of #C250CB
Black with #C250CB
Text Example
Text Example
White with #C250CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C250CB; }
p { color: rgb(194,80,203); }
H1.HeaderClassName
{
color: #C250CB;
}
.AnyTagClassName
{
color: #C250CB;
}
</style>
background-color css
<style>
a { background-color: #C250CB; }
a { background-color: rgb(194,80,203); }
div.DivClassName
{
background-color: #C250CB;
}
.BgClassName
{
background-color: #C250CB;
}
</style>
border-color css
<style>
span { border-color: #C250CB; }
span { border-color: rgb(194,80,203); }
td.TdClassName
{
border-color: #C250CB;
}
.TagClassName
{
border-color: #C250CB;
}
</style>