Html Css Color HEX #C12C99 Medium Red Violet

📋 copy color: '#C12C99'

red 193 ◦ green 44 ◦ blue 153

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

Shades of Medium Red Violet #C12C99

Tints of Medium Red Violet #C12C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 39.23%

R = 49.49%
G = 11.28%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12C99 (or 0xC12C99) is known color: Medium Red Violet. HEX triplet: C1, 2C and 99. RGB value is (193,44,153). Sum of RGB (Red+Green+Blue) = 193+44+153=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C12C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12C99 is #3ED366. Grayscale: #646464. Windows color (decimal): -4117351 or 10038465. OLE color: 10038465.

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

Color convert

RGB 193 44 153 -
CMYK 0 0.77 0.21 0.24
HSL 316.11º 0.63% 0.46% -
HSV(B) 316.11º 0.77% 0.76% -
XYZ 28.64 15.44 31.61 -
YUV 100.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 193 44 153 0 0.77 0.21 0.24 316.11 0.63 0.46
Hex C1 2C 99 0 4D 15 18 13C 3F 2E
Octal 301 54 231 0 115 25 30 474 77 56
Binary 11000001 101100 10011001 0 1001101 10101 11000 100111100 111111 101110

Color Harmonies of #C12C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12C99

Black with #C12C99

Text Example


Text Example

White with #C12C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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