Shades of Fuchsia #CC63B3
Tints of Fuchsia #CC63B3
RGB
CMYK
RGB Variations
Color information
#CC63B3 (or 0xCC63B3) is known color: Fuchsia. HEX triplet: CC, 63 and B3. RGB value is (204,99,179). Sum of RGB (Red+Green+Blue) = 204+99+179=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC63B3 is #339C4C. Grayscale: #8B8B8B. Windows color (decimal): -3382349 or 11756492. OLE color: 11756492.
HSL color Cylindrical-coordinate representation of color #CC63B3: hue angle of 314.29º 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 #CC63B3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 99 | 179 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.2 |
| HSL | 314.29º | 0.51% | 0.59% | - |
| HSV(B) | 314.29º | 0.51% | 0.8% | - |
| XYZ | 37.5 | 25.02 | 45.5 | - |
| YUV | 139.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 99 | 179 | 0 | 0.51 | 0.12 | 0.2 | 314.29 | 0.51 | 0.59 |
| Hex | CC | 63 | B3 | 0 | 33 | C | 14 | 13A | 33 | 3B |
| Octal | 314 | 143 | 263 | 0 | 63 | 14 | 24 | 472 | 63 | 73 |
| Binary | 11001100 | 1100011 | 10110011 | 0 | 110011 | 1100 | 10100 | 100111010 | 110011 | 111011 |
Color Harmonies of #CC63B3
Complementary color
Monochromatic Colors of #CC63B3
Black with #CC63B3
Text Example
Text Example
White with #CC63B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC63B3; }
p { color: rgb(204,99,179); }
H1.HeaderClassName
{
color: #CC63B3;
}
.AnyTagClassName
{
color: #CC63B3;
}
</style>
background-color css
<style>
a { background-color: #CC63B3; }
a { background-color: rgb(204,99,179); }
div.DivClassName
{
background-color: #CC63B3;
}
.BgClassName
{
background-color: #CC63B3;
}
</style>
border-color css
<style>
span { border-color: #CC63B3; }
span { border-color: rgb(204,99,179); }
td.TdClassName
{
border-color: #CC63B3;
}
.TagClassName
{
border-color: #CC63B3;
}
</style>