Shades of Fuchsia #C645CB
Tints of Fuchsia #C645CB
RGB
CMYK
RGB Variations
Color information
#C645CB (or 0xC645CB) is known color: Fuchsia. HEX triplet: C6, 45 and CB. RGB value is (198,69,203). Sum of RGB (Red+Green+Blue) = 198+69+203=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #C645CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645CB is #39BA34. Grayscale: #7A7A7A. Windows color (decimal): -3783221 or 13321670. OLE color: 13321670.
HSL color Cylindrical-coordinate representation of color #C645CB: hue angle of 297.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C645CB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 69 | 203 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.20 |
| HSL | 297.76º | 0.56% | 0.53% | - |
| HSV(B) | 297.76º | 0.66% | 0.8% | - |
| XYZ | 36.2 | 20.57 | 58.56 | - |
| YUV | 122.85 | 173.24 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 203 | 0.02 | 0.66 | 0 | 0.20 | 297.76 | 0.56 | 0.53 |
| Hex | C6 | 45 | CB | 2 | 42 | 0 | 14 | 12A | 38 | 35 |
| Octal | 306 | 105 | 313 | 2 | 102 | 0 | 24 | 452 | 70 | 65 |
| Binary | 11000110 | 1000101 | 11001011 | 10 | 1000010 | 0 | 10100 | 100101010 | 111000 | 110101 |
Color Harmonies of #C645CB
Complementary color
Monochromatic Colors of #C645CB
Black with #C645CB
Text Example
Text Example
White with #C645CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645CB; }
p { color: rgb(198,69,203); }
H1.HeaderClassName
{
color: #C645CB;
}
.AnyTagClassName
{
color: #C645CB;
}
</style>
background-color css
<style>
a { background-color: #C645CB; }
a { background-color: rgb(198,69,203); }
div.DivClassName
{
background-color: #C645CB;
}
.BgClassName
{
background-color: #C645CB;
}
</style>
border-color css
<style>
span { border-color: #C645CB; }
span { border-color: rgb(198,69,203); }
td.TdClassName
{
border-color: #C645CB;
}
.TagClassName
{
border-color: #C645CB;
}
</style>