Shades of Fuchsia #CC62BC
Tints of Fuchsia #CC62BC
RGB
CMYK
RGB Variations
Color information
#CC62BC (or 0xCC62BC) is known color: Fuchsia. HEX triplet: CC, 62 and BC. RGB value is (204,98,188). Sum of RGB (Red+Green+Blue) = 204+98+188=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62BC is #339D43. Grayscale: #8B8B8B. Windows color (decimal): -3382596 or 12346060. OLE color: 12346060.
HSL color Cylindrical-coordinate representation of color #CC62BC: hue angle of 309.06º 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 #CC62BC is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 188 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.2 |
| HSL | 309.06º | 0.51% | 0.59% | - |
| HSV(B) | 309.06º | 0.52% | 0.8% | - |
| XYZ | 38.35 | 25.2 | 50.42 | - |
| YUV | 139.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 188 | 0 | 0.52 | 0.08 | 0.2 | 309.06 | 0.51 | 0.59 |
| Hex | CC | 62 | BC | 0 | 34 | 8 | 14 | 135 | 33 | 3B |
| Octal | 314 | 142 | 274 | 0 | 64 | 10 | 24 | 465 | 63 | 73 |
| Binary | 11001100 | 1100010 | 10111100 | 0 | 110100 | 1000 | 10100 | 100110101 | 110011 | 111011 |
Color Harmonies of #CC62BC
Complementary color
Monochromatic Colors of #CC62BC
Black with #CC62BC
Text Example
Text Example
White with #CC62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC62BC; }
p { color: rgb(204,98,188); }
H1.HeaderClassName
{
color: #CC62BC;
}
.AnyTagClassName
{
color: #CC62BC;
}
</style>
background-color css
<style>
a { background-color: #CC62BC; }
a { background-color: rgb(204,98,188); }
div.DivClassName
{
background-color: #CC62BC;
}
.BgClassName
{
background-color: #CC62BC;
}
</style>
border-color css
<style>
span { border-color: #CC62BC; }
span { border-color: rgb(204,98,188); }
td.TdClassName
{
border-color: #CC62BC;
}
.TagClassName
{
border-color: #CC62BC;
}
</style>