#C73A7E

Color #C73A7E Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C73A7E

Tints of Medium Red Violet #C73A7E

Color information

#C73A7E (or 0xC73A7E) is unknown color: approx Medium Red Violet. HEX triplet: C7, 3A and 7E. RGB value is (199,58,126). Sum of RGB (Red+Green+Blue) = 199+58+126=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A7E is #38C581. Grayscale: #6B6B6B. Windows color (decimal): -3720578 or 8272583. OLE color: 8272583.

HSL color Cylindrical-coordinate representation of color #C73A7E: hue angle of 331.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A7E is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19958126-
CMYK00.710.370.22
HSL331.06º55.73%50.39%-
HSV(B)331.06º70.85%78.04%-
XYZ28.8316.6721.44-
YUV107.91138.21192.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.96%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=51.96%
G=15.14%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995812600.710.370.22331.0655.7350.39
HexC73A7E047251614b3832
Octal30772176010745265137062
Binary1100011111101011111100100011110010110110101001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73A7E; }

 p { color: rgb(199,58,126); }

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

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

 a { background-color: rgb(199,58,126); }

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

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

 span { border-color: rgb(199,58,126); }

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