Html Css Color HEX #C12A8E Medium Red Violet

📋 copy color: '#C12A8E'

red 193 ◦ green 42 ◦ blue 142

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

Shades of Medium Red Violet #C12A8E

Tints of Medium Red Violet #C12A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 51.19%
G = 11.14%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C12A8E (or 0xC12A8E) is known color: Medium Red Violet. HEX triplet: C1, 2A and 8E. RGB value is (193,42,142). Sum of RGB (Red+Green+Blue) = 193+42+142=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A8E is #3ED571. Grayscale: #626262. Windows color (decimal): -4117874 or 9317057. OLE color: 9317057.

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

Color convert

RGB 193 42 142 -
CMYK 0 0.78 0.26 0.24
HSL 320.26º 0.64% 0.46% -
HSV(B) 320.26º 0.78% 0.76% -
XYZ 27.7 14.95 27.02 -
YUV 98.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 193 42 142 0 0.78 0.26 0.24 320.26 0.64 0.46
Hex C1 2A 8E 0 4E 1A 18 140 40 2E
Octal 301 52 216 0 116 32 30 500 100 56
Binary 11000001 101010 10001110 0 1001110 11010 11000 101000000 1000000 101110

Color Harmonies of #C12A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A8E

Black with #C12A8E

Text Example


Text Example

White with #C12A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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