Html Css Color HEX #C12C6E Medium Red Violet

📋 copy color: '#C12C6E'

red 193 ◦ green 44 ◦ blue 110

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

Shades of Medium Red Violet #C12C6E

Tints of Medium Red Violet #C12C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.68%

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

R = 55.62%
G = 12.68%
B = 31.7%

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

#C12C6E (or 0xC12C6E) is known color: Medium Red Violet. HEX triplet: C1, 2C and 6E. RGB value is (193,44,110). Sum of RGB (Red+Green+Blue) = 193+44+110=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12C6E is #3ED391. Grayscale: #5F5F5F. Windows color (decimal): -4117394 or 7220417. OLE color: 7220417.

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

Color convert

RGB 193 44 110 -
CMYK 0 0.77 0.43 0.24
HSL 333.42º 0.63% 0.46% -
HSV(B) 333.42º 0.77% 0.76% -
XYZ 25.71 14.26 16.15 -
YUV 96.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 193 44 110 0 0.77 0.43 0.24 333.42 0.63 0.46
Hex C1 2C 6E 0 4D 2B 18 14D 3F 2E
Octal 301 54 156 0 115 53 30 515 77 56
Binary 11000001 101100 1101110 0 1001101 101011 11000 101001101 111111 101110

Color Harmonies of #C12C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C6E

Black with #C12C6E

Text Example


Text Example

White with #C12C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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