Shades of Fuchsia #CC45BD
Tints of Fuchsia #CC45BD
RGB
CMYK
RGB Variations
Color information
#CC45BD (or 0xCC45BD) is known color: Fuchsia. HEX triplet: CC, 45 and BD. RGB value is (204,69,189). Sum of RGB (Red+Green+Blue) = 204+69+189=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45BD is #33BA42. Grayscale: #7A7A7A. Windows color (decimal): -3390019 or 12404172. OLE color: 12404172.
HSL color Cylindrical-coordinate representation of color #CC45BD: hue angle of 306.67º 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 #CC45BD is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 189 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.2 |
| HSL | 306.67º | 0.57% | 0.54% | - |
| HSV(B) | 306.67º | 0.66% | 0.8% | - |
| XYZ | 36.22 | 20.77 | 50.24 | - |
| YUV | 123.05 | 165.23 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 189 | 0 | 0.66 | 0.07 | 0.2 | 306.67 | 0.57 | 0.54 |
| Hex | CC | 45 | BD | 0 | 42 | 7 | 14 | 133 | 39 | 36 |
| Octal | 314 | 105 | 275 | 0 | 102 | 7 | 24 | 463 | 71 | 66 |
| Binary | 11001100 | 1000101 | 10111101 | 0 | 1000010 | 111 | 10100 | 100110011 | 111001 | 110110 |
Color Harmonies of #CC45BD
Complementary color
Monochromatic Colors of #CC45BD
Black with #CC45BD
Text Example
Text Example
White with #CC45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45BD; }
p { color: rgb(204,69,189); }
H1.HeaderClassName
{
color: #CC45BD;
}
.AnyTagClassName
{
color: #CC45BD;
}
</style>
background-color css
<style>
a { background-color: #CC45BD; }
a { background-color: rgb(204,69,189); }
div.DivClassName
{
background-color: #CC45BD;
}
.BgClassName
{
background-color: #CC45BD;
}
</style>
border-color css
<style>
span { border-color: #CC45BD; }
span { border-color: rgb(204,69,189); }
td.TdClassName
{
border-color: #CC45BD;
}
.TagClassName
{
border-color: #CC45BD;
}
</style>