Html Css Color HEX #C12370 Medium Violet Red

📋 copy color: '#C12370'

red 193 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #C12370

Tints of Medium Violet Red #C12370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 56.76%
G = 10.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C12370 (or 0xC12370) is known color: Medium Violet Red. HEX triplet: C1, 23 and 70. RGB value is (193,35,112). Sum of RGB (Red+Green+Blue) = 193+35+112=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C12370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12370 is #3EDC8F. Grayscale: #5A5A5A. Windows color (decimal): -4119696 or 7349185. OLE color: 7349185.

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

Color convert

RGB 193 35 112 -
CMYK 0 0.82 0.42 0.24
HSL 330.76º 0.69% 0.45% -
HSV(B) 330.76º 0.82% 0.76% -
XYZ 25.52 13.71 16.63 -
YUV 91.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 193 35 112 0 0.82 0.42 0.24 330.76 0.69 0.45
Hex C1 23 70 0 52 2A 18 14B 45 2D
Octal 301 43 160 0 122 52 30 513 105 55
Binary 11000001 100011 1110000 0 1010010 101010 11000 101001011 1000101 101101

Color Harmonies of #C12370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12370

Black with #C12370

Text Example


Text Example

White with #C12370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12370; }

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

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

background-color css

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

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

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

border-color css

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

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

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