Shades of Fuchsia #CC62B5
Tints of Fuchsia #CC62B5
RGB
CMYK
RGB Variations
Color information
#CC62B5 (or 0xCC62B5) is known color: Fuchsia. HEX triplet: CC, 62 and B5. RGB value is (204,98,181). Sum of RGB (Red+Green+Blue) = 204+98+181=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62B5 is #339D4A. Grayscale: #8A8A8A. Windows color (decimal): -3382603 or 11887308. OLE color: 11887308.
HSL color Cylindrical-coordinate representation of color #CC62B5: hue angle of 313.02º 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 #CC62B5 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 181 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.2 |
| HSL | 313.02º | 0.51% | 0.59% | - |
| HSV(B) | 313.02º | 0.52% | 0.8% | - |
| XYZ | 37.61 | 24.91 | 46.54 | - |
| YUV | 139.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 181 | 0 | 0.52 | 0.11 | 0.2 | 313.02 | 0.51 | 0.59 |
| Hex | CC | 62 | B5 | 0 | 34 | B | 14 | 139 | 33 | 3B |
| Octal | 314 | 142 | 265 | 0 | 64 | 13 | 24 | 471 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10110101 | 0 | 110100 | 1011 | 10100 | 100111001 | 110011 | 111011 |
Color Harmonies of #CC62B5
Complementary color
Monochromatic Colors of #CC62B5
Black with #CC62B5
Text Example
Text Example
White with #CC62B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62B5; }
p { color: rgb(204,98,181); }
H1.HeaderClassName
{
color: #CC62B5;
}
.AnyTagClassName
{
color: #CC62B5;
}
</style>
background-color css
<style>
a { background-color: #CC62B5; }
a { background-color: rgb(204,98,181); }
div.DivClassName
{
background-color: #CC62B5;
}
.BgClassName
{
background-color: #CC62B5;
}
</style>
border-color css
<style>
span { border-color: #CC62B5; }
span { border-color: rgb(204,98,181); }
td.TdClassName
{
border-color: #CC62B5;
}
.TagClassName
{
border-color: #CC62B5;
}
</style>