Shades of Fuchsia #CC61C6
Tints of Fuchsia #CC61C6
RGB
CMYK
RGB Variations
Color information
#CC61C6 (or 0xCC61C6) is known color: Fuchsia. HEX triplet: CC, 61 and C6. RGB value is (204,97,198). Sum of RGB (Red+Green+Blue) = 204+97+198=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CC61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC61C6 is #339E39. Grayscale: #8C8C8C. Windows color (decimal): -3382842 or 13001164. OLE color: 13001164.
HSL color Cylindrical-coordinate representation of color #CC61C6: hue angle of 303.36º 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 #CC61C6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 198 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.2 |
| HSL | 303.36º | 0.51% | 0.59% | - |
| HSV(B) | 303.36º | 0.52% | 0.8% | - |
| XYZ | 39.37 | 25.46 | 56.27 | - |
| YUV | 140.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 198 | 0 | 0.52 | 0.03 | 0.2 | 303.36 | 0.51 | 0.59 |
| Hex | CC | 61 | C6 | 0 | 34 | 3 | 14 | 12F | 33 | 3B |
| Octal | 314 | 141 | 306 | 0 | 64 | 3 | 24 | 457 | 63 | 73 |
| Binary | 11001100 | 1100001 | 11000110 | 0 | 110100 | 11 | 10100 | 100101111 | 110011 | 111011 |
Color Harmonies of #CC61C6
Complementary color
Monochromatic Colors of #CC61C6
Black with #CC61C6
Text Example
Text Example
White with #CC61C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61C6; }
p { color: rgb(204,97,198); }
H1.HeaderClassName
{
color: #CC61C6;
}
.AnyTagClassName
{
color: #CC61C6;
}
</style>
background-color css
<style>
a { background-color: #CC61C6; }
a { background-color: rgb(204,97,198); }
div.DivClassName
{
background-color: #CC61C6;
}
.BgClassName
{
background-color: #CC61C6;
}
</style>
border-color css
<style>
span { border-color: #CC61C6; }
span { border-color: rgb(204,97,198); }
td.TdClassName
{
border-color: #CC61C6;
}
.TagClassName
{
border-color: #CC61C6;
}
</style>