Html Css Color HEX #C12972 Medium Red Violet

📋 copy color: '#C12972'

red 193 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #C12972

Tints of Medium Red Violet #C12972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 55.46%
G = 11.78%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12972 (or 0xC12972) is known color: Medium Red Violet. HEX triplet: C1, 29 and 72. RGB value is (193,41,114). Sum of RGB (Red+Green+Blue) = 193+41+114=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C12972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12972 is #3ED68D. Grayscale: #5E5E5E. Windows color (decimal): -4118158 or 7481793. OLE color: 7481793.

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

Color convert

RGB 193 41 114 -
CMYK 0 0.79 0.41 0.24
HSL 331.18º 0.65% 0.46% -
HSV(B) 331.18º 0.79% 0.76% -
XYZ 25.82 14.14 17.29 -
YUV 94.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 193 41 114 0 0.79 0.41 0.24 331.18 0.65 0.46
Hex C1 29 72 0 4F 29 18 14B 41 2E
Octal 301 51 162 0 117 51 30 513 101 56
Binary 11000001 101001 1110010 0 1001111 101001 11000 101001011 1000001 101110

Color Harmonies of #C12972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12972

Black with #C12972

Text Example


Text Example

White with #C12972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12972; }

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

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

background-color css

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

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

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

border-color css

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

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

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