Html Css Color HEX #C12D8D Medium Red Violet

📋 copy color: '#C12D8D'

red 193 ◦ green 45 ◦ blue 141

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

Shades of Medium Red Violet #C12D8D

Tints of Medium Red Violet #C12D8D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 50.92%
G = 11.87%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C12D8D (or 0xC12D8D) is known color: Medium Red Violet. HEX triplet: C1, 2D and 8D. RGB value is (193,45,141). Sum of RGB (Red+Green+Blue) = 193+45+141=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12D8D is #3ED272. Grayscale: #636363. Windows color (decimal): -4117107 or 9252289. OLE color: 9252289.

HSL color Cylindrical-coordinate representation of color #C12D8D: hue angle of 321.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C12D8D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 45 141 -
CMYK 0 0.77 0.27 0.24
HSL 321.08º 0.62% 0.47% -
HSV(B) 321.08º 0.77% 0.76% -
XYZ 27.74 15.14 26.66 -
YUV 100.2 151.03 194.19 -
System Red Green Blue C M Y K H S L
Decimal 193 45 141 0 0.77 0.27 0.24 321.08 0.62 0.47
Hex C1 2D 8D 0 4D 1B 18 141 3E 2F
Octal 301 55 215 0 115 33 30 501 76 57
Binary 11000001 101101 10001101 0 1001101 11011 11000 101000001 111110 101111

Color Harmonies of #C12D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12D8D

Black with #C12D8D

Text Example


Text Example

White with #C12D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12D8D; }

 p { color: rgb(193,45,141); }

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

background-color css

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

 a { background-color: rgb(193,45,141); }

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

border-color css

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

 span { border-color: rgb(193,45,141); }

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