Html Css Color HEX #C73496 Medium Red Violet

📋 copy color: '#C73496'

red 199 ◦ green 52 ◦ blue 150

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

Shades of Medium Red Violet #C73496

Tints of Medium Red Violet #C73496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.97%

 BLUE value IS 150 (58.98% from 255) = 37.41%

R = 49.63%
G = 12.97%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C73496 (or 0xC73496) is known color: Medium Red Violet. HEX triplet: C7, 34 and 96. RGB value is (199,52,150). Sum of RGB (Red+Green+Blue) = 199+52+150=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C73496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73496 is #38CB69. Grayscale: #6A6A6A. Windows color (decimal): -3722090 or 9843911. OLE color: 9843911.

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

Color convert

RGB 199 52 150 -
CMYK 0 0.74 0.25 0.22
HSL 320º 0.59% 0.49% -
HSV(B) 320º 0.74% 0.78% -
XYZ 30.29 16.8 30.5 -
YUV 107.13 152.2 193.53 -
System Red Green Blue C M Y K H S L
Decimal 199 52 150 0 0.74 0.25 0.22 320 0.59 0.49
Hex C7 34 96 0 4A 19 16 140 3B 31
Octal 307 64 226 0 112 31 26 500 73 61
Binary 11000111 110100 10010110 0 1001010 11001 10110 101000000 111011 110001

Color Harmonies of #C73496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73496

Black with #C73496

Text Example


Text Example

White with #C73496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73496; }

 p { color: rgb(199,52,150); }

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

background-color css

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

 a { background-color: rgb(199,52,150); }

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

border-color css

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

 span { border-color: rgb(199,52,150); }

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