Shades of Fuchsia #CC50BE
Tints of Fuchsia #CC50BE
RGB
CMYK
RGB Variations
Color information
#CC50BE (or 0xCC50BE) is known color: Fuchsia. HEX triplet: CC, 50 and BE. RGB value is (204,80,190). Sum of RGB (Red+Green+Blue) = 204+80+190=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50BE is #33AF41. Grayscale: #818181. Windows color (decimal): -3387202 or 12472524. OLE color: 12472524.
HSL color Cylindrical-coordinate representation of color #CC50BE: hue angle of 306.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC50BE is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 190 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.2 |
| HSL | 306.77º | 0.55% | 0.56% | - |
| HSV(B) | 306.77º | 0.61% | 0.8% | - |
| XYZ | 37.06 | 22.29 | 51.06 | - |
| YUV | 129.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 190 | 0 | 0.61 | 0.07 | 0.2 | 306.77 | 0.55 | 0.56 |
| Hex | CC | 50 | BE | 0 | 3D | 7 | 14 | 133 | 37 | 38 |
| Octal | 314 | 120 | 276 | 0 | 75 | 7 | 24 | 463 | 67 | 70 |
| Binary | 11001100 | 1010000 | 10111110 | 0 | 111101 | 111 | 10100 | 100110011 | 110111 | 111000 |
Color Harmonies of #CC50BE
Complementary color
Monochromatic Colors of #CC50BE
Black with #CC50BE
Text Example
Text Example
White with #CC50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50BE; }
p { color: rgb(204,80,190); }
H1.HeaderClassName
{
color: #CC50BE;
}
.AnyTagClassName
{
color: #CC50BE;
}
</style>
background-color css
<style>
a { background-color: #CC50BE; }
a { background-color: rgb(204,80,190); }
div.DivClassName
{
background-color: #CC50BE;
}
.BgClassName
{
background-color: #CC50BE;
}
</style>
border-color css
<style>
span { border-color: #CC50BE; }
span { border-color: rgb(204,80,190); }
td.TdClassName
{
border-color: #CC50BE;
}
.TagClassName
{
border-color: #CC50BE;
}
</style>