Html Css Color HEX #C73A83 Medium Red Violet

📋 copy color: '#C73A83'

red 199 ◦ green 58 ◦ blue 131

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

Shades of Medium Red Violet #C73A83

Tints of Medium Red Violet #C73A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

 BLUE value IS 131 (51.56% from 255) = 33.76%

R = 51.29%
G = 14.95%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C73A83 (or 0xC73A83) is known color: Medium Red Violet. HEX triplet: C7, 3A and 83. RGB value is (199,58,131). Sum of RGB (Red+Green+Blue) = 199+58+131=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73A83 is #38C57C. Grayscale: #6C6C6C. Windows color (decimal): -3720573 or 8600263. OLE color: 8600263.

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

Color convert

RGB 199 58 131 -
CMYK 0 0.71 0.34 0.22
HSL 328.94º 0.56% 0.5% -
HSV(B) 328.94º 0.71% 0.78% -
XYZ 29.16 16.81 23.18 -
YUV 108.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 199 58 131 0 0.71 0.34 0.22 328.94 0.56 0.5
Hex C7 3A 83 0 47 22 16 149 38 32
Octal 307 72 203 0 107 42 26 511 70 62
Binary 11000111 111010 10000011 0 1000111 100010 10110 101001001 111000 110010

Color Harmonies of #C73A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A83

Black with #C73A83

Text Example


Text Example

White with #C73A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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