Html Css Color HEX #C73281 Medium Red Violet

📋 copy color: '#C73281'

red 199 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #C73281

Tints of Medium Red Violet #C73281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 52.65%
G = 13.23%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C73281 (or 0xC73281) is known color: Medium Red Violet. HEX triplet: C7, 32 and 81. RGB value is (199,50,129). Sum of RGB (Red+Green+Blue) = 199+50+129=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C73281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73281 is #38CD7E. Grayscale: #676767. Windows color (decimal): -3722623 or 8467143. OLE color: 8467143.

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

Color convert

RGB 199 50 129 -
CMYK 0 0.75 0.35 0.22
HSL 328.19º 0.6% 0.49% -
HSV(B) 328.19º 0.75% 0.78% -
XYZ 28.66 16.01 22.35 -
YUV 103.56 142.36 196.08 -
System Red Green Blue C M Y K H S L
Decimal 199 50 129 0 0.75 0.35 0.22 328.19 0.6 0.49
Hex C7 32 81 0 4B 23 16 148 3C 31
Octal 307 62 201 0 113 43 26 510 74 61
Binary 11000111 110010 10000001 0 1001011 100011 10110 101001000 111100 110001

Color Harmonies of #C73281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73281

Black with #C73281

Text Example


Text Example

White with #C73281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73281; }

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

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

background-color css

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

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

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

border-color css

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

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

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