Shades of Fuchsia #CC46CA
Tints of Fuchsia #CC46CA
RGB
CMYK
RGB Variations
Color information
#CC46CA (or 0xCC46CA) is known color: Fuchsia. HEX triplet: CC, 46 and CA. RGB value is (204,70,202). Sum of RGB (Red+Green+Blue) = 204+70+202=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC46CA is #33B935. Grayscale: #7C7C7C. Windows color (decimal): -3389750 or 13256396. OLE color: 13256396.
HSL color Cylindrical-coordinate representation of color #CC46CA: hue angle of 300.9º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC46CA is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 202 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.2 |
| HSL | 300.9º | 0.57% | 0.54% | - |
| HSV(B) | 300.9º | 0.66% | 0.8% | - |
| XYZ | 37.75 | 21.48 | 58.03 | - |
| YUV | 125.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 202 | 0 | 0.66 | 0.01 | 0.2 | 300.9 | 0.57 | 0.54 |
| Hex | CC | 46 | CA | 0 | 42 | 1 | 14 | 12D | 39 | 36 |
| Octal | 314 | 106 | 312 | 0 | 102 | 1 | 24 | 455 | 71 | 66 |
| Binary | 11001100 | 1000110 | 11001010 | 0 | 1000010 | 1 | 10100 | 100101101 | 111001 | 110110 |
Color Harmonies of #CC46CA
Complementary color
Monochromatic Colors of #CC46CA
Black with #CC46CA
Text Example
Text Example
White with #CC46CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC46CA; }
p { color: rgb(204,70,202); }
H1.HeaderClassName
{
color: #CC46CA;
}
.AnyTagClassName
{
color: #CC46CA;
}
</style>
background-color css
<style>
a { background-color: #CC46CA; }
a { background-color: rgb(204,70,202); }
div.DivClassName
{
background-color: #CC46CA;
}
.BgClassName
{
background-color: #CC46CA;
}
</style>
border-color css
<style>
span { border-color: #CC46CA; }
span { border-color: rgb(204,70,202); }
td.TdClassName
{
border-color: #CC46CA;
}
.TagClassName
{
border-color: #CC46CA;
}
</style>