Html Css Color HEX #C73295 Medium Red Violet

📋 copy color: '#C73295'

red 199 ◦ green 50 ◦ blue 149

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

Shades of Medium Red Violet #C73295

Tints of Medium Red Violet #C73295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

 BLUE value IS 149 (58.59% from 255) = 37.44%

R = 50%
G = 12.56%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C73295 (or 0xC73295) is known color: Medium Red Violet. HEX triplet: C7, 32 and 95. RGB value is (199,50,149). Sum of RGB (Red+Green+Blue) = 199+50+149=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C73295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73295 is #38CD6A. Grayscale: #696969. Windows color (decimal): -3722603 or 9777863. OLE color: 9777863.

HSL color Cylindrical-coordinate representation of color #C73295: hue angle of 320.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73295 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 50 149 -
CMYK 0 0.75 0.25 0.22
HSL 320.13º 0.6% 0.49% -
HSV(B) 320.13º 0.75% 0.78% -
XYZ 30.12 16.59 30.05 -
YUV 105.84 152.36 194.45 -
System Red Green Blue C M Y K H S L
Decimal 199 50 149 0 0.75 0.25 0.22 320.13 0.6 0.49
Hex C7 32 95 0 4B 19 16 140 3C 31
Octal 307 62 225 0 113 31 26 500 74 61
Binary 11000111 110010 10010101 0 1001011 11001 10110 101000000 111100 110001

Color Harmonies of #C73295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73295

Black with #C73295

Text Example


Text Example

White with #C73295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73295; }

 p { color: rgb(199,50,149); }

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

background-color css

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

 a { background-color: rgb(199,50,149); }

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

border-color css

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

 span { border-color: rgb(199,50,149); }

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