Shades of Fuchsia #CC50C1
Tints of Fuchsia #CC50C1
RGB
CMYK
RGB Variations
Color information
#CC50C1 (or 0xCC50C1) is known color: Fuchsia. HEX triplet: CC, 50 and C1. RGB value is (204,80,193). Sum of RGB (Red+Green+Blue) = 204+80+193=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC50C1 is #33AF3E. Grayscale: #818181. Windows color (decimal): -3387199 or 12669132. OLE color: 12669132.
HSL color Cylindrical-coordinate representation of color #CC50C1: hue angle of 305.32º 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 #CC50C1 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 80 | 193 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.2 |
| HSL | 305.32º | 0.55% | 0.56% | - |
| HSV(B) | 305.32º | 0.61% | 0.8% | - |
| XYZ | 37.4 | 22.42 | 52.81 | - |
| YUV | 129.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 193 | 0 | 0.61 | 0.05 | 0.2 | 305.32 | 0.55 | 0.56 |
| Hex | CC | 50 | C1 | 0 | 3D | 5 | 14 | 131 | 37 | 38 |
| Octal | 314 | 120 | 301 | 0 | 75 | 5 | 24 | 461 | 67 | 70 |
| Binary | 11001100 | 1010000 | 11000001 | 0 | 111101 | 101 | 10100 | 100110001 | 110111 | 111000 |
Color Harmonies of #CC50C1
Complementary color
Monochromatic Colors of #CC50C1
Black with #CC50C1
Text Example
Text Example
White with #CC50C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50C1; }
p { color: rgb(204,80,193); }
H1.HeaderClassName
{
color: #CC50C1;
}
.AnyTagClassName
{
color: #CC50C1;
}
</style>
background-color css
<style>
a { background-color: #CC50C1; }
a { background-color: rgb(204,80,193); }
div.DivClassName
{
background-color: #CC50C1;
}
.BgClassName
{
background-color: #CC50C1;
}
</style>
border-color css
<style>
span { border-color: #CC50C1; }
span { border-color: rgb(204,80,193); }
td.TdClassName
{
border-color: #CC50C1;
}
.TagClassName
{
border-color: #CC50C1;
}
</style>