Html Css Color HEX #C12A8C Medium Red Violet

📋 copy color: '#C12A8C'

red 193 ◦ green 42 ◦ blue 140

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

Shades of Medium Red Violet #C12A8C

Tints of Medium Red Violet #C12A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 51.47%
G = 11.2%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C12A8C (or 0xC12A8C) is known color: Medium Red Violet. HEX triplet: C1, 2A and 8C. RGB value is (193,42,140). Sum of RGB (Red+Green+Blue) = 193+42+140=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A8C is #3ED573. Grayscale: #626262. Windows color (decimal): -4117876 or 9185985. OLE color: 9185985.

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

Color convert

RGB 193 42 140 -
CMYK 0 0.78 0.27 0.24
HSL 321.06º 0.64% 0.46% -
HSV(B) 321.06º 0.78% 0.76% -
XYZ 27.55 14.89 26.23 -
YUV 98.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 193 42 140 0 0.78 0.27 0.24 321.06 0.64 0.46
Hex C1 2A 8C 0 4E 1B 18 141 40 2E
Octal 301 52 214 0 116 33 30 501 100 56
Binary 11000001 101010 10001100 0 1001110 11011 11000 101000001 1000000 101110

Color Harmonies of #C12A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A8C

Black with #C12A8C

Text Example


Text Example

White with #C12A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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