Shades of Fuchsia #CC38C4
Tints of Fuchsia #CC38C4
RGB
CMYK
RGB Variations
Color information
#CC38C4 (or 0xCC38C4) is known color: Fuchsia. HEX triplet: CC, 38 and C4. RGB value is (204,56,196). Sum of RGB (Red+Green+Blue) = 204+56+196=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CC38C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC38C4 is #33C73B. Grayscale: #737373. Windows color (decimal): -3393340 or 12859596. OLE color: 12859596.
HSL color Cylindrical-coordinate representation of color #CC38C4: hue angle of 303.24º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC38C4 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 196 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.2 |
| HSL | 303.24º | 0.59% | 0.51% | - |
| HSV(B) | 303.24º | 0.73% | 0.8% | - |
| XYZ | 36.28 | 19.65 | 54.11 | - |
| YUV | 116.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 196 | 0 | 0.73 | 0.04 | 0.2 | 303.24 | 0.59 | 0.51 |
| Hex | CC | 38 | C4 | 0 | 49 | 4 | 14 | 12F | 3B | 33 |
| Octal | 314 | 70 | 304 | 0 | 111 | 4 | 24 | 457 | 73 | 63 |
| Binary | 11001100 | 111000 | 11000100 | 0 | 1001001 | 100 | 10100 | 100101111 | 111011 | 110011 |
Color Harmonies of #CC38C4
Complementary color
Monochromatic Colors of #CC38C4
Black with #CC38C4
Text Example
Text Example
White with #CC38C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC38C4; }
p { color: rgb(204,56,196); }
H1.HeaderClassName
{
color: #CC38C4;
}
.AnyTagClassName
{
color: #CC38C4;
}
</style>
background-color css
<style>
a { background-color: #CC38C4; }
a { background-color: rgb(204,56,196); }
div.DivClassName
{
background-color: #CC38C4;
}
.BgClassName
{
background-color: #CC38C4;
}
</style>
border-color css
<style>
span { border-color: #CC38C4; }
span { border-color: rgb(204,56,196); }
td.TdClassName
{
border-color: #CC38C4;
}
.TagClassName
{
border-color: #CC38C4;
}
</style>