Shades of Fuchsia #CB62BC
Tints of Fuchsia #CB62BC
RGB
CMYK
RGB Variations
Color information
#CB62BC (or 0xCB62BC) is known color: Fuchsia. HEX triplet: CB, 62 and BC. RGB value is (203,98,188). Sum of RGB (Red+Green+Blue) = 203+98+188=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62BC is #349D43. Grayscale: #8B8B8B. Windows color (decimal): -3448132 or 12346059. OLE color: 12346059.
HSL color Cylindrical-coordinate representation of color #CB62BC: hue angle of 308.57º degrees, saturation: 0.5, 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 #CB62BC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 188 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.20 |
| HSL | 308.57º | 0.5% | 0.59% | - |
| HSV(B) | 308.57º | 0.52% | 0.8% | - |
| XYZ | 38.07 | 25.06 | 50.41 | - |
| YUV | 139.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 188 | 0 | 0.52 | 0.07 | 0.20 | 308.57 | 0.5 | 0.59 |
| Hex | CB | 62 | BC | 0 | 34 | 7 | 14 | 135 | 32 | 3B |
| Octal | 313 | 142 | 274 | 0 | 64 | 7 | 24 | 465 | 62 | 73 |
| Binary | 11001011 | 1100010 | 10111100 | 0 | 110100 | 111 | 10100 | 100110101 | 110010 | 111011 |
Color Harmonies of #CB62BC
Complementary color
Monochromatic Colors of #CB62BC
Black with #CB62BC
Text Example
Text Example
White with #CB62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62BC; }
p { color: rgb(203,98,188); }
H1.HeaderClassName
{
color: #CB62BC;
}
.AnyTagClassName
{
color: #CB62BC;
}
</style>
background-color css
<style>
a { background-color: #CB62BC; }
a { background-color: rgb(203,98,188); }
div.DivClassName
{
background-color: #CB62BC;
}
.BgClassName
{
background-color: #CB62BC;
}
</style>
border-color css
<style>
span { border-color: #CB62BC; }
span { border-color: rgb(203,98,188); }
td.TdClassName
{
border-color: #CB62BC;
}
.TagClassName
{
border-color: #CB62BC;
}
</style>