Html Css Color HEX #C12C9E Medium Red Violet

📋 copy color: '#C12C9E'

red 193 ◦ green 44 ◦ blue 158

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

Shades of Medium Red Violet #C12C9E

Tints of Medium Red Violet #C12C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40%

R = 48.86%
G = 11.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C12C9E (or 0xC12C9E) is known color: Medium Red Violet. HEX triplet: C1, 2C and 9E. RGB value is (193,44,158). Sum of RGB (Red+Green+Blue) = 193+44+158=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C9E is #3ED361. Grayscale: #656565. Windows color (decimal): -4117346 or 10366145. OLE color: 10366145.

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

Color convert

RGB 193 44 158 -
CMYK 0 0.77 0.18 0.24
HSL 314.09º 0.63% 0.46% -
HSV(B) 314.09º 0.77% 0.76% -
XYZ 29.06 15.61 33.83 -
YUV 101.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 193 44 158 0 0.77 0.18 0.24 314.09 0.63 0.46
Hex C1 2C 9E 0 4D 12 18 13A 3F 2E
Octal 301 54 236 0 115 22 30 472 77 56
Binary 11000001 101100 10011110 0 1001101 10010 11000 100111010 111111 101110

Color Harmonies of #C12C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C9E

Black with #C12C9E

Text Example


Text Example

White with #C12C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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