Shades of Fuchsia #C74BCB
Tints of Fuchsia #C74BCB
RGB
CMYK
RGB Variations
Color information
#C74BCB (or 0xC74BCB) is known color: Fuchsia. HEX triplet: C7, 4B and CB. RGB value is (199,75,203). Sum of RGB (Red+Green+Blue) = 199+75+203=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C74BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BCB is #38B434. Grayscale: #7E7E7E. Windows color (decimal): -3716149 or 13323207. OLE color: 13323207.
HSL color Cylindrical-coordinate representation of color #C74BCB: hue angle of 298.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74BCB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 75 | 203 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 298.13º | 0.55% | 0.55% | - |
| HSV(B) | 298.13º | 0.63% | 0.8% | - |
| XYZ | 36.85 | 21.49 | 58.71 | - |
| YUV | 126.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 203 | 0.02 | 0.63 | 0 | 0.20 | 298.13 | 0.55 | 0.55 |
| Hex | C7 | 4B | CB | 2 | 3F | 0 | 14 | 12A | 37 | 37 |
| Octal | 307 | 113 | 313 | 2 | 77 | 0 | 24 | 452 | 67 | 67 |
| Binary | 11000111 | 1001011 | 11001011 | 10 | 111111 | 0 | 10100 | 100101010 | 110111 | 110111 |
Color Harmonies of #C74BCB
Complementary color
Monochromatic Colors of #C74BCB
Black with #C74BCB
Text Example
Text Example
White with #C74BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74BCB; }
p { color: rgb(199,75,203); }
H1.HeaderClassName
{
color: #C74BCB;
}
.AnyTagClassName
{
color: #C74BCB;
}
</style>
background-color css
<style>
a { background-color: #C74BCB; }
a { background-color: rgb(199,75,203); }
div.DivClassName
{
background-color: #C74BCB;
}
.BgClassName
{
background-color: #C74BCB;
}
</style>
border-color css
<style>
span { border-color: #C74BCB; }
span { border-color: rgb(199,75,203); }
td.TdClassName
{
border-color: #C74BCB;
}
.TagClassName
{
border-color: #C74BCB;
}
</style>