Html Css Color HEX #C12A6D Medium Red Violet

📋 copy color: '#C12A6D'

red 193 ◦ green 42 ◦ blue 109

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

Shades of Medium Red Violet #C12A6D

Tints of Medium Red Violet #C12A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.21%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 56.1%
G = 12.21%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C12A6D (or 0xC12A6D) is known color: Medium Red Violet. HEX triplet: C1, 2A and 6D. RGB value is (193,42,109). Sum of RGB (Red+Green+Blue) = 193+42+109=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 42 (16.80% from 255 or 12.21% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12A6D is #3ED592. Grayscale: #5E5E5E. Windows color (decimal): -4117907 or 7154369. OLE color: 7154369.

HSL color Cylindrical-coordinate representation of color #C12A6D: hue angle of 333.38º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12A6D is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 42 109 -
CMYK 0 0.78 0.44 0.24
HSL 333.38º 0.64% 0.46% -
HSV(B) 333.38º 0.78% 0.76% -
XYZ 25.58 14.1 15.84 -
YUV 94.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 193 42 109 0 0.78 0.44 0.24 333.38 0.64 0.46
Hex C1 2A 6D 0 4E 2C 18 14D 40 2E
Octal 301 52 155 0 116 54 30 515 100 56
Binary 11000001 101010 1101101 0 1001110 101100 11000 101001101 1000000 101110

Color Harmonies of #C12A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A6D

Black with #C12A6D

Text Example


Text Example

White with #C12A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A6D; }

 p { color: rgb(193,42,109); }

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

background-color css

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

 a { background-color: rgb(193,42,109); }

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

border-color css

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

 span { border-color: rgb(193,42,109); }

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