Shades of Fuchsia #CC31AD
Tints of Fuchsia #CC31AD
RGB
CMYK
RGB Variations
Color information
#CC31AD (or 0xCC31AD) is known color: Fuchsia. HEX triplet: CC, 31 and AD. RGB value is (204,49,173). Sum of RGB (Red+Green+Blue) = 204+49+173=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC31AD is #33CE52. Grayscale: #6D6D6D. Windows color (decimal): -3395155 or 11350476. OLE color: 11350476.
HSL color Cylindrical-coordinate representation of color #CC31AD: hue angle of 312º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31AD is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 173 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.2 |
| HSL | 312º | 0.61% | 0.5% | - |
| HSV(B) | 312º | 0.76% | 0.8% | - |
| XYZ | 33.54 | 18.05 | 41.25 | - |
| YUV | 109.48 | 163.85 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 173 | 0 | 0.76 | 0.15 | 0.2 | 312 | 0.61 | 0.5 |
| Hex | CC | 31 | AD | 0 | 4C | F | 14 | 138 | 3D | 32 |
| Octal | 314 | 61 | 255 | 0 | 114 | 17 | 24 | 470 | 75 | 62 |
| Binary | 11001100 | 110001 | 10101101 | 0 | 1001100 | 1111 | 10100 | 100111000 | 111101 | 110010 |
Color Harmonies of #CC31AD
Complementary color
Monochromatic Colors of #CC31AD
Black with #CC31AD
Text Example
Text Example
White with #CC31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31AD; }
p { color: rgb(204,49,173); }
H1.HeaderClassName
{
color: #CC31AD;
}
.AnyTagClassName
{
color: #CC31AD;
}
</style>
background-color css
<style>
a { background-color: #CC31AD; }
a { background-color: rgb(204,49,173); }
div.DivClassName
{
background-color: #CC31AD;
}
.BgClassName
{
background-color: #CC31AD;
}
</style>
border-color css
<style>
span { border-color: #CC31AD; }
span { border-color: rgb(204,49,173); }
td.TdClassName
{
border-color: #CC31AD;
}
.TagClassName
{
border-color: #CC31AD;
}
</style>