Shades of Fuchsia #CC30CA
Tints of Fuchsia #CC30CA
RGB
CMYK
RGB Variations
Color information
#CC30CA (or 0xCC30CA) is known color: Fuchsia. HEX triplet: CC, 30 and CA. RGB value is (204,48,202). Sum of RGB (Red+Green+Blue) = 204+48+202=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30CA is #33CF35. Grayscale: #6F6F6F. Windows color (decimal): -3395382 or 13250764. OLE color: 13250764.
HSL color Cylindrical-coordinate representation of color #CC30CA: hue angle of 300.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC30CA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 202 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.2 |
| HSL | 300.77º | 0.62% | 0.49% | - |
| HSV(B) | 300.77º | 0.76% | 0.8% | - |
| XYZ | 36.62 | 19.22 | 57.66 | - |
| YUV | 112.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 202 | 0 | 0.76 | 0.01 | 0.2 | 300.77 | 0.62 | 0.49 |
| Hex | CC | 30 | CA | 0 | 4C | 1 | 14 | 12D | 3E | 31 |
| Octal | 314 | 60 | 312 | 0 | 114 | 1 | 24 | 455 | 76 | 61 |
| Binary | 11001100 | 110000 | 11001010 | 0 | 1001100 | 1 | 10100 | 100101101 | 111110 | 110001 |
Color Harmonies of #CC30CA
Complementary color
Monochromatic Colors of #CC30CA
Black with #CC30CA
Text Example
Text Example
White with #CC30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30CA; }
p { color: rgb(204,48,202); }
H1.HeaderClassName
{
color: #CC30CA;
}
.AnyTagClassName
{
color: #CC30CA;
}
</style>
background-color css
<style>
a { background-color: #CC30CA; }
a { background-color: rgb(204,48,202); }
div.DivClassName
{
background-color: #CC30CA;
}
.BgClassName
{
background-color: #CC30CA;
}
</style>
border-color css
<style>
span { border-color: #CC30CA; }
span { border-color: rgb(204,48,202); }
td.TdClassName
{
border-color: #CC30CA;
}
.TagClassName
{
border-color: #CC30CA;
}
</style>