Html Css Color HEX #C12372 Medium Violet Red

📋 copy color: '#C12372'

red 193 ◦ green 35 ◦ blue 114

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

Shades of Medium Violet Red #C12372

Tints of Medium Violet Red #C12372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

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

R = 56.43%
G = 10.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12372 (or 0xC12372) is known color: Medium Violet Red. HEX triplet: C1, 23 and 72. RGB value is (193,35,114). Sum of RGB (Red+Green+Blue) = 193+35+114=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12372 is #3EDC8D. Grayscale: #5B5B5B. Windows color (decimal): -4119694 or 7480257. OLE color: 7480257.

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

Color convert

RGB 193 35 114 -
CMYK 0 0.82 0.41 0.24
HSL 330º 0.69% 0.45% -
HSV(B) 330º 0.82% 0.76% -
XYZ 25.63 13.75 17.22 -
YUV 91.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 193 35 114 0 0.82 0.41 0.24 330 0.69 0.45
Hex C1 23 72 0 52 29 18 14A 45 2D
Octal 301 43 162 0 122 51 30 512 105 55
Binary 11000001 100011 1110010 0 1010010 101001 11000 101001010 1000101 101101

Color Harmonies of #C12372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12372

Black with #C12372

Text Example


Text Example

White with #C12372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12372; }

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

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

background-color css

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

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

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

border-color css

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

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

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