#C74CBE

Color #C74CBE Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C74CBE

Tints of Fuchsia #C74CBE

Color information

#C74CBE (or 0xC74CBE) is unknown color: approx Fuchsia. HEX triplet: C7, 4C and BE. RGB value is (199,76,190). Sum of RGB (Red+Green+Blue) = 199+76+190=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CBE is #38B341. Grayscale: #7D7D7D. Windows color (decimal): -3715906 or 12471495. OLE color: 12471495.

HSL color Cylindrical-coordinate representation of color #C74CBE: hue angle of 304.39º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74CBE is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19976190-
CMYK00.620.050.22
HSL304.39º52.34%53.92%-
HSV(B)304.39º61.81%78.04%-
XYZ35.4321.0350.91-
YUV125.77164.25180.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 76 (30.08% from 255) = 16.34%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=42.80%
G=16.34%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997619000.620.050.22304.3952.3453.92
HexC74CBE03E5161303436
Octal3071142760765264606466
Binary11000111100110010111110011111010110110100110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74CBE; }

 p { color: rgb(199,76,190); }

 H1.HeaderClassName
 {
   color: #C74CBE;
 }
 .AnyTagClassName
 {
   color: #C74CBE;
 }
</style>
background-color css

<style>
 a { background-color: #C74CBE; }

 a { background-color: rgb(199,76,190); }

 div.DivClassName
 {
   background-color: #C74CBE;
 }
 .BgClassName
 {
   background-color: #C74CBE;
 }
</style>
border-color css

<style>
 span { border-color: #C74CBE; }

 span { border-color: rgb(199,76,190); }

 td.TdClassName
 {
   border-color: #C74CBE;
 }
 .TagClassName
 {
   border-color: #C74CBE;
 }
</style>