Html Css Color HEX #C12D6E Medium Red Violet

📋 copy color: '#C12D6E'

red 193 ◦ green 45 ◦ blue 110

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

Shades of Medium Red Violet #C12D6E

Tints of Medium Red Violet #C12D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 55.46%
G = 12.93%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C12D6E (or 0xC12D6E) is known color: Medium Red Violet. HEX triplet: C1, 2D and 6E. RGB value is (193,45,110). Sum of RGB (Red+Green+Blue) = 193+45+110=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12D6E is #3ED291. Grayscale: #606060. Windows color (decimal): -4117138 or 7220673. OLE color: 7220673.

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

Color convert

RGB 193 45 110 -
CMYK 0 0.77 0.43 0.24
HSL 333.65º 0.62% 0.47% -
HSV(B) 333.65º 0.77% 0.76% -
XYZ 25.75 14.34 16.16 -
YUV 96.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 193 45 110 0 0.77 0.43 0.24 333.65 0.62 0.47
Hex C1 2D 6E 0 4D 2B 18 14E 3E 2F
Octal 301 55 156 0 115 53 30 516 76 57
Binary 11000001 101101 1101110 0 1001101 101011 11000 101001110 111110 101111

Color Harmonies of #C12D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D6E

Black with #C12D6E

Text Example


Text Example

White with #C12D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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