Html Css Color HEX #C12D76 Medium Red Violet

📋 copy color: '#C12D76'

red 193 ◦ green 45 ◦ blue 118

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

Shades of Medium Red Violet #C12D76

Tints of Medium Red Violet #C12D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 54.21%
G = 12.64%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C12D76 (or 0xC12D76) is known color: Medium Red Violet. HEX triplet: C1, 2D and 76. RGB value is (193,45,118). Sum of RGB (Red+Green+Blue) = 193+45+118=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D76 is #3ED289. Grayscale: #616161. Windows color (decimal): -4117130 or 7744961. OLE color: 7744961.

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

Color convert

RGB 193 45 118 -
CMYK 0 0.77 0.39 0.24
HSL 330.41º 0.62% 0.47% -
HSV(B) 330.41º 0.77% 0.76% -
XYZ 26.2 14.52 18.56 -
YUV 97.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 193 45 118 0 0.77 0.39 0.24 330.41 0.62 0.47
Hex C1 2D 76 0 4D 27 18 14A 3E 2F
Octal 301 55 166 0 115 47 30 512 76 57
Binary 11000001 101101 1110110 0 1001101 100111 11000 101001010 111110 101111

Color Harmonies of #C12D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D76

Black with #C12D76

Text Example


Text Example

White with #C12D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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