Html Css Color HEX #C10972 Medium Violet Red

📋 copy color: '#C10972'

red 193 ◦ green 9 ◦ blue 114

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

Shades of Medium Violet Red #C10972

Tints of Medium Violet Red #C10972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.85%

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

R = 61.08%
G = 2.85%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C10972 (or 0xC10972) is known color: Medium Violet Red. HEX triplet: C1, 09 and 72. RGB value is (193,9,114). Sum of RGB (Red+Green+Blue) = 193+9+114=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C10972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10972 is #3EF68D. Grayscale: #4B4B4B. Windows color (decimal): -4126350 or 7473601. OLE color: 7473601.

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

Color convert

RGB 193 9 114 -
CMYK 0 0.95 0.41 0.24
HSL 325.76º 0.91% 0.4% -
HSV(B) 325.76º 0.95% 0.76% -
XYZ 25.13 12.75 17.06 -
YUV 75.99 149.46 211.46 -
System Red Green Blue C M Y K H S L
Decimal 193 9 114 0 0.95 0.41 0.24 325.76 0.91 0.4
Hex C1 9 72 0 5F 29 18 146 5B 28
Octal 301 11 162 0 137 51 30 506 133 50
Binary 11000001 1001 1110010 0 1011111 101001 11000 101000110 1011011 101000

Color Harmonies of #C10972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10972

Black with #C10972

Text Example


Text Example

White with #C10972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10972; }

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

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

background-color css

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

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

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

border-color css

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

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

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