Shades of Fuchsia #CC30BE
Tints of Fuchsia #CC30BE
RGB
CMYK
RGB Variations
Color information
#CC30BE (or 0xCC30BE) is known color: Fuchsia. HEX triplet: CC, 30 and BE. RGB value is (204,48,190). Sum of RGB (Red+Green+Blue) = 204+48+190=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC30BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC30BE is #33CF41. Grayscale: #6E6E6E. Windows color (decimal): -3395394 or 12464332. OLE color: 12464332.
HSL color Cylindrical-coordinate representation of color #CC30BE: hue angle of 305.38º 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 #CC30BE is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 48 | 190 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.2 |
| HSL | 305.38º | 0.62% | 0.49% | - |
| HSV(B) | 305.38º | 0.76% | 0.8% | - |
| XYZ | 35.25 | 18.67 | 50.46 | - |
| YUV | 110.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 48 | 190 | 0 | 0.76 | 0.07 | 0.2 | 305.38 | 0.62 | 0.49 |
| Hex | CC | 30 | BE | 0 | 4C | 7 | 14 | 131 | 3E | 31 |
| Octal | 314 | 60 | 276 | 0 | 114 | 7 | 24 | 461 | 76 | 61 |
| Binary | 11001100 | 110000 | 10111110 | 0 | 1001100 | 111 | 10100 | 100110001 | 111110 | 110001 |
Color Harmonies of #CC30BE
Complementary color
Monochromatic Colors of #CC30BE
Black with #CC30BE
Text Example
Text Example
White with #CC30BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC30BE; }
p { color: rgb(204,48,190); }
H1.HeaderClassName
{
color: #CC30BE;
}
.AnyTagClassName
{
color: #CC30BE;
}
</style>
background-color css
<style>
a { background-color: #CC30BE; }
a { background-color: rgb(204,48,190); }
div.DivClassName
{
background-color: #CC30BE;
}
.BgClassName
{
background-color: #CC30BE;
}
</style>
border-color css
<style>
span { border-color: #CC30BE; }
span { border-color: rgb(204,48,190); }
td.TdClassName
{
border-color: #CC30BE;
}
.TagClassName
{
border-color: #CC30BE;
}
</style>