Shades of Fuchsia #CC61C1
Tints of Fuchsia #CC61C1
RGB
CMYK
RGB Variations
Color information
#CC61C1 (or 0xCC61C1) is known color: Fuchsia. HEX triplet: CC, 61 and C1. RGB value is (204,97,193). Sum of RGB (Red+Green+Blue) = 204+97+193=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C1 is #339E3E. Grayscale: #8B8B8B. Windows color (decimal): -3382847 or 12673484. OLE color: 12673484.
HSL color Cylindrical-coordinate representation of color #CC61C1: hue angle of 306.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC61C1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 193 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.2 |
| HSL | 306.17º | 0.51% | 0.59% | - |
| HSV(B) | 306.17º | 0.52% | 0.8% | - |
| XYZ | 38.8 | 25.24 | 53.28 | - |
| YUV | 139.94 | 157.95 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 193 | 0 | 0.52 | 0.05 | 0.2 | 306.17 | 0.51 | 0.59 |
| Hex | CC | 61 | C1 | 0 | 34 | 5 | 14 | 132 | 33 | 3B |
| Octal | 314 | 141 | 301 | 0 | 64 | 5 | 24 | 462 | 63 | 73 |
| Binary | 11001100 | 1100001 | 11000001 | 0 | 110100 | 101 | 10100 | 100110010 | 110011 | 111011 |
Color Harmonies of #CC61C1
Complementary color
Monochromatic Colors of #CC61C1
Black with #CC61C1
Text Example
Text Example
White with #CC61C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61C1; }
p { color: rgb(204,97,193); }
H1.HeaderClassName
{
color: #CC61C1;
}
.AnyTagClassName
{
color: #CC61C1;
}
</style>
background-color css
<style>
a { background-color: #CC61C1; }
a { background-color: rgb(204,97,193); }
div.DivClassName
{
background-color: #CC61C1;
}
.BgClassName
{
background-color: #CC61C1;
}
</style>
border-color css
<style>
span { border-color: #CC61C1; }
span { border-color: rgb(204,97,193); }
td.TdClassName
{
border-color: #CC61C1;
}
.TagClassName
{
border-color: #CC61C1;
}
</style>