Shades of Fuchsia #CC63B0
Tints of Fuchsia #CC63B0
RGB
CMYK
RGB Variations
Color information
#CC63B0 (or 0xCC63B0) is known color: Fuchsia. HEX triplet: CC, 63 and B0. RGB value is (204,99,176). Sum of RGB (Red+Green+Blue) = 204+99+176=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC63B0 is #339C4F. Grayscale: #8A8A8A. Windows color (decimal): -3382352 or 11559884. OLE color: 11559884.
HSL color Cylindrical-coordinate representation of color #CC63B0: hue angle of 316º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC63B0 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 99 | 176 | - |
CMYK | 0 | 0.51 | 0.14 | 0.2 |
HSL | 316º | 0.51% | 0.59% | - |
HSV(B) | 316º | 0.51% | 0.8% | - |
XYZ | 37.2 | 24.9 | 43.92 | - |
YUV | 139.17 | 148.79 | 174.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 99 | 176 | 0 | 0.51 | 0.14 | 0.2 | 316 | 0.51 | 0.59 |
Hex | CC | 63 | B0 | 0 | 33 | E | 14 | 13C | 33 | 3B |
Octal | 314 | 143 | 260 | 0 | 63 | 16 | 24 | 474 | 63 | 73 |
Binary | 11001100 | 1100011 | 10110000 | 0 | 110011 | 1110 | 10100 | 100111100 | 110011 | 111011 |
Color Harmonies of #CC63B0
Complementary color
Monochromatic Colors of #CC63B0
Black with #CC63B0
Text Example
Text Example
White with #CC63B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63B0; }
p { color: rgb(204,99,176); }
H1.HeaderClassName
{
color: #CC63B0;
}
.AnyTagClassName
{
color: #CC63B0;
}
</style>
background-color css
<style>
a { background-color: #CC63B0; }
a { background-color: rgb(204,99,176); }
div.DivClassName
{
background-color: #CC63B0;
}
.BgClassName
{
background-color: #CC63B0;
}
</style>
border-color css
<style>
span { border-color: #CC63B0; }
span { border-color: rgb(204,99,176); }
td.TdClassName
{
border-color: #CC63B0;
}
.TagClassName
{
border-color: #CC63B0;
}
</style>