Shades of Fuchsia #CC41CE
Tints of Fuchsia #CC41CE
RGB
CMYK
RGB Variations
Color information
#CC41CE (or 0xCC41CE) is known color: Fuchsia. HEX triplet: CC, 41 and CE. RGB value is (204,65,206). Sum of RGB (Red+Green+Blue) = 204+65+206=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC41CE is #33BE31. Grayscale: #7A7A7A. Windows color (decimal): -3391026 or 13517260. OLE color: 13517260.
HSL color Cylindrical-coordinate representation of color #CC41CE: hue angle of 299.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC41CE is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 65 | 206 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.19 |
| HSL | 299.15º | 0.59% | 0.53% | - |
| HSV(B) | 299.15º | 0.68% | 0.81% | - |
| XYZ | 37.93 | 21.07 | 60.46 | - |
| YUV | 122.64 | 175.05 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 206 | 0.01 | 0.68 | 0 | 0.19 | 299.15 | 0.59 | 0.53 |
| Hex | CC | 41 | CE | 1 | 44 | 0 | 13 | 12B | 3B | 35 |
| Octal | 314 | 101 | 316 | 1 | 104 | 0 | 23 | 453 | 73 | 65 |
| Binary | 11001100 | 1000001 | 11001110 | 1 | 1000100 | 0 | 10011 | 100101011 | 111011 | 110101 |
Color Harmonies of #CC41CE
Complementary color
Monochromatic Colors of #CC41CE
Black with #CC41CE
Text Example
Text Example
White with #CC41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC41CE; }
p { color: rgb(204,65,206); }
H1.HeaderClassName
{
color: #CC41CE;
}
.AnyTagClassName
{
color: #CC41CE;
}
</style>
background-color css
<style>
a { background-color: #CC41CE; }
a { background-color: rgb(204,65,206); }
div.DivClassName
{
background-color: #CC41CE;
}
.BgClassName
{
background-color: #CC41CE;
}
</style>
border-color css
<style>
span { border-color: #CC41CE; }
span { border-color: rgb(204,65,206); }
td.TdClassName
{
border-color: #CC41CE;
}
.TagClassName
{
border-color: #CC41CE;
}
</style>