Shades of Fuchsia #C642CB
Tints of Fuchsia #C642CB
RGB
CMYK
RGB Variations
Color information
#C642CB (or 0xC642CB) is known color: Fuchsia. HEX triplet: C6, 42 and CB. RGB value is (198,66,203). Sum of RGB (Red+Green+Blue) = 198+66+203=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #C642CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642CB is #39BD34. Grayscale: #787878. Windows color (decimal): -3783989 or 13320902. OLE color: 13320902.
HSL color Cylindrical-coordinate representation of color #C642CB: hue angle of 297.81º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642CB is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 66 | 203 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.20 |
| HSL | 297.81º | 0.57% | 0.53% | - |
| HSV(B) | 297.81º | 0.67% | 0.8% | - |
| XYZ | 36.02 | 20.21 | 58.5 | - |
| YUV | 121.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 203 | 0.02 | 0.67 | 0 | 0.20 | 297.81 | 0.57 | 0.53 |
| Hex | C6 | 42 | CB | 2 | 43 | 0 | 14 | 12A | 39 | 35 |
| Octal | 306 | 102 | 313 | 2 | 103 | 0 | 24 | 452 | 71 | 65 |
| Binary | 11000110 | 1000010 | 11001011 | 10 | 1000011 | 0 | 10100 | 100101010 | 111001 | 110101 |
Color Harmonies of #C642CB
Complementary color
Monochromatic Colors of #C642CB
Black with #C642CB
Text Example
Text Example
White with #C642CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C642CB; }
p { color: rgb(198,66,203); }
H1.HeaderClassName
{
color: #C642CB;
}
.AnyTagClassName
{
color: #C642CB;
}
</style>
background-color css
<style>
a { background-color: #C642CB; }
a { background-color: rgb(198,66,203); }
div.DivClassName
{
background-color: #C642CB;
}
.BgClassName
{
background-color: #C642CB;
}
</style>
border-color css
<style>
span { border-color: #C642CB; }
span { border-color: rgb(198,66,203); }
td.TdClassName
{
border-color: #C642CB;
}
.TagClassName
{
border-color: #C642CB;
}
</style>