Html Css Color HEX #C73C7E Medium Red Violet

📋 copy color: '#C73C7E'

red 199 ◦ green 60 ◦ blue 126

#C73C7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C73C7E

Tints of Medium Red Violet #C73C7E

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

 GREEN value IS 60 (23.83% from 255) = 15.58%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 51.69%
G = 15.58%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C73C7E (or 0xC73C7E) is known color: Medium Red Violet. HEX triplet: C7, 3C and 7E. RGB value is (199,60,126). Sum of RGB (Red+Green+Blue) = 199+60+126=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C7E is #38C381. Grayscale: #6C6C6C. Windows color (decimal): -3720066 or 8273095. OLE color: 8273095.

HSL color Cylindrical-coordinate representation of color #C73C7E: hue angle of 331.51º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C7E is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 126 -
CMYK 0 0.70 0.37 0.22
HSL 331.51º 0.55% 0.51% -
HSV(B) 331.51º 0.7% 0.78% -
XYZ 28.93 16.88 21.47 -
YUV 109.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 199 60 126 0 0.70 0.37 0.22 331.51 0.55 0.51
Hex C7 3C 7E 0 46 25 16 14C 37 33
Octal 307 74 176 0 106 45 26 514 67 63
Binary 11000111 111100 1111110 0 1000110 100101 10110 101001100 110111 110011

Color Harmonies of #C73C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C7E

Black with #C73C7E

Text Example


Text Example

White with #C73C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C7E; }

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

 H1.HeaderClassName
 {
   color: #C73C7E;
 }
 .AnyTagClassName
 {
   color: #C73C7E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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