Shades of Fuchsia #C62BBD
Tints of Fuchsia #C62BBD
RGB
CMYK
RGB Variations
Color information
#C62BBD (or 0xC62BBD) is known color: Fuchsia. HEX triplet: C6, 2B and BD. RGB value is (198,43,189). Sum of RGB (Red+Green+Blue) = 198+43+189=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C62BBD is #39D442. Grayscale: #696969. Windows color (decimal): -3789891 or 12397510. OLE color: 12397510.
HSL color Cylindrical-coordinate representation of color #C62BBD: hue angle of 303.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BBD is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 189 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.22 |
| HSL | 303.48º | 0.64% | 0.47% | - |
| HSV(B) | 303.48º | 0.78% | 0.78% | - |
| XYZ | 33.34 | 17.41 | 49.75 | - |
| YUV | 105.99 | 174.85 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 189 | 0 | 0.78 | 0.05 | 0.22 | 303.48 | 0.64 | 0.47 |
| Hex | C6 | 2B | BD | 0 | 4E | 5 | 16 | 12F | 40 | 2F |
| Octal | 306 | 53 | 275 | 0 | 116 | 5 | 26 | 457 | 100 | 57 |
| Binary | 11000110 | 101011 | 10111101 | 0 | 1001110 | 101 | 10110 | 100101111 | 1000000 | 101111 |
Color Harmonies of #C62BBD
Complementary color
Monochromatic Colors of #C62BBD
Black with #C62BBD
Text Example
Text Example
White with #C62BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BBD; }
p { color: rgb(198,43,189); }
H1.HeaderClassName
{
color: #C62BBD;
}
.AnyTagClassName
{
color: #C62BBD;
}
</style>
background-color css
<style>
a { background-color: #C62BBD; }
a { background-color: rgb(198,43,189); }
div.DivClassName
{
background-color: #C62BBD;
}
.BgClassName
{
background-color: #C62BBD;
}
</style>
border-color css
<style>
span { border-color: #C62BBD; }
span { border-color: rgb(198,43,189); }
td.TdClassName
{
border-color: #C62BBD;
}
.TagClassName
{
border-color: #C62BBD;
}
</style>