Html Css Color HEX #C12C9D Medium Red Violet

📋 copy color: '#C12C9D'

red 193 ◦ green 44 ◦ blue 157

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

Shades of Medium Red Violet #C12C9D

Tints of Medium Red Violet #C12C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 48.98%
G = 11.17%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C12C9D (or 0xC12C9D) is known color: Medium Red Violet. HEX triplet: C1, 2C and 9D. RGB value is (193,44,157). Sum of RGB (Red+Green+Blue) = 193+44+157=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C9D is #3ED362. Grayscale: #656565. Windows color (decimal): -4117347 or 10300609. OLE color: 10300609.

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

Color convert

RGB 193 44 157 -
CMYK 0 0.77 0.19 0.24
HSL 314.5º 0.63% 0.46% -
HSV(B) 314.5º 0.77% 0.76% -
XYZ 28.98 15.57 33.38 -
YUV 101.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 193 44 157 0 0.77 0.19 0.24 314.5 0.63 0.46
Hex C1 2C 9D 0 4D 13 18 13A 3F 2E
Octal 301 54 235 0 115 23 30 472 77 56
Binary 11000001 101100 10011101 0 1001101 10011 11000 100111010 111111 101110

Color Harmonies of #C12C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C9D

Black with #C12C9D

Text Example


Text Example

White with #C12C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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