Html Css Color HEX #C73286 Medium Red Violet

📋 copy color: '#C73286'

red 199 ◦ green 50 ◦ blue 134

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

Shades of Medium Red Violet #C73286

Tints of Medium Red Violet #C73286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 51.96%
G = 13.05%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C73286 (or 0xC73286) is known color: Medium Red Violet. HEX triplet: C7, 32 and 86. RGB value is (199,50,134). Sum of RGB (Red+Green+Blue) = 199+50+134=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C73286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73286 is #38CD79. Grayscale: #676767. Windows color (decimal): -3722618 or 8794823. OLE color: 8794823.

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

Color convert

RGB 199 50 134 -
CMYK 0 0.75 0.33 0.22
HSL 326.17º 0.6% 0.49% -
HSV(B) 326.17º 0.75% 0.78% -
XYZ 29 16.14 24.14 -
YUV 104.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 199 50 134 0 0.75 0.33 0.22 326.17 0.6 0.49
Hex C7 32 86 0 4B 21 16 146 3C 31
Octal 307 62 206 0 113 41 26 506 74 61
Binary 11000111 110010 10000110 0 1001011 100001 10110 101000110 111100 110001

Color Harmonies of #C73286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73286

Black with #C73286

Text Example


Text Example

White with #C73286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73286; }

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

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

background-color css

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

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

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

border-color css

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

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

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