Shades of Fuchsia #C745CB
Tints of Fuchsia #C745CB
RGB
CMYK
RGB Variations
Color information
#C745CB (or 0xC745CB) is known color: Fuchsia. HEX triplet: C7, 45 and CB. RGB value is (199,69,203). Sum of RGB (Red+Green+Blue) = 199+69+203=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C745CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745CB is #38BA34. Grayscale: #7A7A7A. Windows color (decimal): -3717685 or 13321671. OLE color: 13321671.
HSL color Cylindrical-coordinate representation of color #C745CB: hue angle of 298.21º 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 #C745CB is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 69 | 203 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.20 |
| HSL | 298.21º | 0.56% | 0.53% | - |
| HSV(B) | 298.21º | 0.66% | 0.8% | - |
| XYZ | 36.46 | 20.71 | 58.58 | - |
| YUV | 123.15 | 173.07 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 203 | 0.02 | 0.66 | 0 | 0.20 | 298.21 | 0.56 | 0.53 |
| Hex | C7 | 45 | CB | 2 | 42 | 0 | 14 | 12A | 38 | 35 |
| Octal | 307 | 105 | 313 | 2 | 102 | 0 | 24 | 452 | 70 | 65 |
| Binary | 11000111 | 1000101 | 11001011 | 10 | 1000010 | 0 | 10100 | 100101010 | 111000 | 110101 |
Color Harmonies of #C745CB
Complementary color
Monochromatic Colors of #C745CB
Black with #C745CB
Text Example
Text Example
White with #C745CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C745CB; }
p { color: rgb(199,69,203); }
H1.HeaderClassName
{
color: #C745CB;
}
.AnyTagClassName
{
color: #C745CB;
}
</style>
background-color css
<style>
a { background-color: #C745CB; }
a { background-color: rgb(199,69,203); }
div.DivClassName
{
background-color: #C745CB;
}
.BgClassName
{
background-color: #C745CB;
}
</style>
border-color css
<style>
span { border-color: #C745CB; }
span { border-color: rgb(199,69,203); }
td.TdClassName
{
border-color: #C745CB;
}
.TagClassName
{
border-color: #C745CB;
}
</style>