Html Css Color HEX #C73483 Medium Red Violet

📋 copy color: '#C73483'

red 199 ◦ green 52 ◦ blue 131

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

Shades of Medium Red Violet #C73483

Tints of Medium Red Violet #C73483

RGB

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

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

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

R = 52.09%
G = 13.61%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C73483 (or 0xC73483) is known color: Medium Red Violet. HEX triplet: C7, 34 and 83. RGB value is (199,52,131). Sum of RGB (Red+Green+Blue) = 199+52+131=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 52 (20.70% from 255 or 13.61% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C73483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73483 is #38CB7C. Grayscale: #686868. Windows color (decimal): -3722109 or 8598727. OLE color: 8598727.

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

Color convert

RGB 199 52 131 -
CMYK 0 0.74 0.34 0.22
HSL 327.76º 0.59% 0.49% -
HSV(B) 327.76º 0.74% 0.78% -
XYZ 28.88 16.24 23.08 -
YUV 104.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 199 52 131 0 0.74 0.34 0.22 327.76 0.59 0.49
Hex C7 34 83 0 4A 22 16 148 3B 31
Octal 307 64 203 0 112 42 26 510 73 61
Binary 11000111 110100 10000011 0 1001010 100010 10110 101001000 111011 110001

Color Harmonies of #C73483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73483

Black with #C73483

Text Example


Text Example

White with #C73483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73483; }

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

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

background-color css

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

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

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

border-color css

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

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

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