Html Css Color HEX #C12D73 Medium Red Violet

📋 copy color: '#C12D73'

red 193 ◦ green 45 ◦ blue 115

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

Shades of Medium Red Violet #C12D73

Tints of Medium Red Violet #C12D73

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

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

R = 54.67%
G = 12.75%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C12D73 (or 0xC12D73) is known color: Medium Red Violet. HEX triplet: C1, 2D and 73. RGB value is (193,45,115). Sum of RGB (Red+Green+Blue) = 193+45+115=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D73 is #3ED28C. Grayscale: #616161. Windows color (decimal): -4117133 or 7548353. OLE color: 7548353.

HSL color Cylindrical-coordinate representation of color #C12D73: hue angle of 331.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D73 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 115 -
CMYK 0 0.77 0.40 0.24
HSL 331.62º 0.62% 0.47% -
HSV(B) 331.62º 0.77% 0.76% -
XYZ 26.03 14.45 17.64 -
YUV 97.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 193 45 115 0 0.77 0.40 0.24 331.62 0.62 0.47
Hex C1 2D 73 0 4D 28 18 14C 3E 2F
Octal 301 55 163 0 115 50 30 514 76 57
Binary 11000001 101101 1110011 0 1001101 101000 11000 101001100 111110 101111

Color Harmonies of #C12D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D73

Black with #C12D73

Text Example


Text Example

White with #C12D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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