Html Css Color HEX #C73198 Medium Red Violet

📋 copy color: '#C73198'

red 199 ◦ green 49 ◦ blue 152

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

Shades of Medium Red Violet #C73198

Tints of Medium Red Violet #C73198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

 BLUE value IS 152 (59.77% from 255) = 38%

R = 49.75%
G = 12.25%
B = 38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C73198 (or 0xC73198) is known color: Medium Red Violet. HEX triplet: C7, 31 and 98. RGB value is (199,49,152). Sum of RGB (Red+Green+Blue) = 199+49+152=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C73198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73198 is #38CE67. Grayscale: #696969. Windows color (decimal): -3722856 or 9974215. OLE color: 9974215.

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

Color convert

RGB 199 49 152 -
CMYK 0 0.75 0.24 0.22
HSL 318.8º 0.6% 0.49% -
HSV(B) 318.8º 0.75% 0.78% -
XYZ 30.32 16.61 31.31 -
YUV 105.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 199 49 152 0 0.75 0.24 0.22 318.8 0.6 0.49
Hex C7 31 98 0 4B 18 16 13F 3C 31
Octal 307 61 230 0 113 30 26 477 74 61
Binary 11000111 110001 10011000 0 1001011 11000 10110 100111111 111100 110001

Color Harmonies of #C73198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73198

Black with #C73198

Text Example


Text Example

White with #C73198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73198; }

 p { color: rgb(199,49,152); }

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

background-color css

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

 a { background-color: rgb(199,49,152); }

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

border-color css

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

 span { border-color: rgb(199,49,152); }

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