Html Css Color HEX #C73A8E Medium Red Violet

📋 copy color: '#C73A8E'

red 199 ◦ green 58 ◦ blue 142

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

Shades of Medium Red Violet #C73A8E

Tints of Medium Red Violet #C73A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 49.87%
G = 14.54%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C73A8E (or 0xC73A8E) is known color: Medium Red Violet. HEX triplet: C7, 3A and 8E. RGB value is (199,58,142). Sum of RGB (Red+Green+Blue) = 199+58+142=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73A8E is #38C571. Grayscale: #6D6D6D. Windows color (decimal): -3720562 or 9321159. OLE color: 9321159.

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

Color convert

RGB 199 58 142 -
CMYK 0 0.71 0.29 0.22
HSL 324.26º 0.56% 0.5% -
HSV(B) 324.26º 0.71% 0.78% -
XYZ 29.95 17.12 27.32 -
YUV 109.74 146.21 191.67 -
System Red Green Blue C M Y K H S L
Decimal 199 58 142 0 0.71 0.29 0.22 324.26 0.56 0.5
Hex C7 3A 8E 0 47 1D 16 144 38 32
Octal 307 72 216 0 107 35 26 504 70 62
Binary 11000111 111010 10001110 0 1000111 11101 10110 101000100 111000 110010

Color Harmonies of #C73A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A8E

Black with #C73A8E

Text Example


Text Example

White with #C73A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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