Shades of Fuchsia #CC4CC1
Tints of Fuchsia #CC4CC1
RGB
CMYK
RGB Variations
Color information
#CC4CC1 (or 0xCC4CC1) is known color: Fuchsia. HEX triplet: CC, 4C and C1. RGB value is (204,76,193). Sum of RGB (Red+Green+Blue) = 204+76+193=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC4CC1 is #33B33E. Grayscale: #7F7F7F. Windows color (decimal): -3388223 or 12668108. OLE color: 12668108.
HSL color Cylindrical-coordinate representation of color #CC4CC1: hue angle of 305.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4CC1 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 193 | - |
| CMYK | 0 | 0.63 | 0.05 | 0.2 |
| HSL | 305.16º | 0.56% | 0.55% | - |
| HSV(B) | 305.16º | 0.63% | 0.8% | - |
| XYZ | 37.11 | 21.86 | 52.71 | - |
| YUV | 127.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 193 | 0 | 0.63 | 0.05 | 0.2 | 305.16 | 0.56 | 0.55 |
| Hex | CC | 4C | C1 | 0 | 3F | 5 | 14 | 131 | 38 | 37 |
| Octal | 314 | 114 | 301 | 0 | 77 | 5 | 24 | 461 | 70 | 67 |
| Binary | 11001100 | 1001100 | 11000001 | 0 | 111111 | 101 | 10100 | 100110001 | 111000 | 110111 |
Color Harmonies of #CC4CC1
Complementary color
Monochromatic Colors of #CC4CC1
Black with #CC4CC1
Text Example
Text Example
White with #CC4CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4CC1; }
p { color: rgb(204,76,193); }
H1.HeaderClassName
{
color: #CC4CC1;
}
.AnyTagClassName
{
color: #CC4CC1;
}
</style>
background-color css
<style>
a { background-color: #CC4CC1; }
a { background-color: rgb(204,76,193); }
div.DivClassName
{
background-color: #CC4CC1;
}
.BgClassName
{
background-color: #CC4CC1;
}
</style>
border-color css
<style>
span { border-color: #CC4CC1; }
span { border-color: rgb(204,76,193); }
td.TdClassName
{
border-color: #CC4CC1;
}
.TagClassName
{
border-color: #CC4CC1;
}
</style>