Html Css Color HEX #C12A9D Medium Red Violet

📋 copy color: '#C12A9D'

red 193 ◦ green 42 ◦ blue 157

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

Shades of Medium Red Violet #C12A9D

Tints of Medium Red Violet #C12A9D

RGB

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

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

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

R = 49.23%
G = 10.71%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C12A9D (or 0xC12A9D) is known color: Medium Red Violet. HEX triplet: C1, 2A and 9D. RGB value is (193,42,157). Sum of RGB (Red+Green+Blue) = 193+42+157=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A9D is #3ED562. Grayscale: #636363. Windows color (decimal): -4117859 or 10300097. OLE color: 10300097.

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

Color convert

RGB 193 42 157 -
CMYK 0 0.78 0.19 0.24
HSL 314.3º 0.64% 0.46% -
HSV(B) 314.3º 0.78% 0.76% -
XYZ 28.91 15.43 33.35 -
YUV 100.26 160.03 194.15 -
System Red Green Blue C M Y K H S L
Decimal 193 42 157 0 0.78 0.19 0.24 314.3 0.64 0.46
Hex C1 2A 9D 0 4E 13 18 13A 40 2E
Octal 301 52 235 0 116 23 30 472 100 56
Binary 11000001 101010 10011101 0 1001110 10011 11000 100111010 1000000 101110

Color Harmonies of #C12A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A9D

Black with #C12A9D

Text Example


Text Example

White with #C12A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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