Html Css Color HEX #C10772 Medium Violet Red

📋 copy color: '#C10772'

red 193 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #C10772

Tints of Medium Violet Red #C10772

RGB

 RED value IS 193 (75.78% from 255) = 61.46%

 GREEN value IS 7 (3.13% from 255) = 2.23%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 61.46%
G = 2.23%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10772 (or 0xC10772) is known color: Medium Violet Red. HEX triplet: C1, 07 and 72. RGB value is (193,7,114). Sum of RGB (Red+Green+Blue) = 193+7+114=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C10772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10772 is #3EF88D. Grayscale: #4A4A4A. Windows color (decimal): -4126862 or 7473089. OLE color: 7473089.

HSL color Cylindrical-coordinate representation of color #C10772: hue angle of 325.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10772 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 114 -
CMYK 0 0.96 0.41 0.24
HSL 325.48º 0.93% 0.39% -
HSV(B) 325.48º 0.96% 0.76% -
XYZ 25.11 12.7 17.05 -
YUV 74.81 150.12 212.3 -
System Red Green Blue C M Y K H S L
Decimal 193 7 114 0 0.96 0.41 0.24 325.48 0.93 0.39
Hex C1 7 72 0 60 29 18 145 5D 27
Octal 301 7 162 0 140 51 30 505 135 47
Binary 11000001 111 1110010 0 1100000 101001 11000 101000101 1011101 100111

Color Harmonies of #C10772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10772

Black with #C10772

Text Example


Text Example

White with #C10772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10772; }

 p { color: rgb(193,7,114); }

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

background-color css

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

 a { background-color: rgb(193,7,114); }

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

border-color css

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

 span { border-color: rgb(193,7,114); }

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