Html Css Color HEX #C12273 Medium Violet Red

📋 copy color: '#C12273'

red 193 ◦ green 34 ◦ blue 115

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

Shades of Medium Violet Red #C12273

Tints of Medium Violet Red #C12273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 115 (45.31% from 255) = 33.63%

R = 56.43%
G = 9.94%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12273 (or 0xC12273) is known color: Medium Violet Red. HEX triplet: C1, 22 and 73. RGB value is (193,34,115). Sum of RGB (Red+Green+Blue) = 193+34+115=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C12273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12273 is #3EDD8C. Grayscale: #5A5A5A. Windows color (decimal): -4119949 or 7545537. OLE color: 7545537.

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

Color convert

RGB 193 34 115 -
CMYK 0 0.82 0.40 0.24
HSL 329.43º 0.7% 0.45% -
HSV(B) 329.43º 0.82% 0.76% -
XYZ 25.66 13.72 17.52 -
YUV 90.78 141.68 200.91 -
System Red Green Blue C M Y K H S L
Decimal 193 34 115 0 0.82 0.40 0.24 329.43 0.7 0.45
Hex C1 22 73 0 52 28 18 149 46 2D
Octal 301 42 163 0 122 50 30 511 106 55
Binary 11000001 100010 1110011 0 1010010 101000 11000 101001001 1000110 101101

Color Harmonies of #C12273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12273

Black with #C12273

Text Example


Text Example

White with #C12273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12273; }

 p { color: rgb(193,34,115); }

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

background-color css

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

 a { background-color: rgb(193,34,115); }

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

border-color css

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

 span { border-color: rgb(193,34,115); }

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