Shades of Fuchsia #CC45C3
Tints of Fuchsia #CC45C3
RGB
CMYK
RGB Variations
Color information
#CC45C3 (or 0xCC45C3) is known color: Fuchsia. HEX triplet: CC, 45 and C3. RGB value is (204,69,195). Sum of RGB (Red+Green+Blue) = 204+69+195=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC45C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC45C3 is #33BA3C. Grayscale: #7B7B7B. Windows color (decimal): -3390013 or 12797388. OLE color: 12797388.
HSL color Cylindrical-coordinate representation of color #CC45C3: hue angle of 304º 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 #CC45C3 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 195 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.2 |
| HSL | 304º | 0.57% | 0.54% | - |
| HSV(B) | 304º | 0.66% | 0.8% | - |
| XYZ | 36.88 | 21.03 | 53.75 | - |
| YUV | 123.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 195 | 0 | 0.66 | 0.04 | 0.2 | 304 | 0.57 | 0.54 |
| Hex | CC | 45 | C3 | 0 | 42 | 4 | 14 | 130 | 39 | 36 |
| Octal | 314 | 105 | 303 | 0 | 102 | 4 | 24 | 460 | 71 | 66 |
| Binary | 11001100 | 1000101 | 11000011 | 0 | 1000010 | 100 | 10100 | 100110000 | 111001 | 110110 |
Color Harmonies of #CC45C3
Complementary color
Monochromatic Colors of #CC45C3
Black with #CC45C3
Text Example
Text Example
White with #CC45C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45C3; }
p { color: rgb(204,69,195); }
H1.HeaderClassName
{
color: #CC45C3;
}
.AnyTagClassName
{
color: #CC45C3;
}
</style>
background-color css
<style>
a { background-color: #CC45C3; }
a { background-color: rgb(204,69,195); }
div.DivClassName
{
background-color: #CC45C3;
}
.BgClassName
{
background-color: #CC45C3;
}
</style>
border-color css
<style>
span { border-color: #CC45C3; }
span { border-color: rgb(204,69,195); }
td.TdClassName
{
border-color: #CC45C3;
}
.TagClassName
{
border-color: #CC45C3;
}
</style>