Html Css Color HEX #C73C7C Medium Red Violet

📋 copy color: '#C73C7C'

red 199 ◦ green 60 ◦ blue 124

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

Shades of Medium Red Violet #C73C7C

Tints of Medium Red Violet #C73C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 51.96%
G = 15.67%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C73C7C (or 0xC73C7C) is known color: Medium Red Violet. HEX triplet: C7, 3C and 7C. RGB value is (199,60,124). Sum of RGB (Red+Green+Blue) = 199+60+124=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C7C is #38C383. Grayscale: #6C6C6C. Windows color (decimal): -3720068 or 8142023. OLE color: 8142023.

HSL color Cylindrical-coordinate representation of color #C73C7C: hue angle of 332.37º 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 #C73C7C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 124 -
CMYK 0 0.70 0.38 0.22
HSL 332.37º 0.55% 0.51% -
HSV(B) 332.37º 0.7% 0.78% -
XYZ 28.81 16.83 20.8 -
YUV 108.86 136.55 192.3 -
System Red Green Blue C M Y K H S L
Decimal 199 60 124 0 0.70 0.38 0.22 332.37 0.55 0.51
Hex C7 3C 7C 0 46 26 16 14C 37 33
Octal 307 74 174 0 106 46 26 514 67 63
Binary 11000111 111100 1111100 0 1000110 100110 10110 101001100 110111 110011

Color Harmonies of #C73C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C7C

Black with #C73C7C

Text Example


Text Example

White with #C73C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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