Html Css Color HEX #C12981 Medium Red Violet

📋 copy color: '#C12981'

red 193 ◦ green 41 ◦ blue 129

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

Shades of Medium Red Violet #C12981

Tints of Medium Red Violet #C12981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.29%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 53.17%
G = 11.29%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12981 (or 0xC12981) is known color: Medium Red Violet. HEX triplet: C1, 29 and 81. RGB value is (193,41,129). Sum of RGB (Red+Green+Blue) = 193+41+129=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C12981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12981 is #3ED67E. Grayscale: #606060. Windows color (decimal): -4118143 or 8464833. OLE color: 8464833.

HSL color Cylindrical-coordinate representation of color #C12981: hue angle of 325.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12981 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 129 -
CMYK 0 0.79 0.33 0.24
HSL 325.26º 0.65% 0.46% -
HSV(B) 325.26º 0.79% 0.76% -
XYZ 26.75 14.51 22.16 -
YUV 96.48 146.36 196.84 -
System Red Green Blue C M Y K H S L
Decimal 193 41 129 0 0.79 0.33 0.24 325.26 0.65 0.46
Hex C1 29 81 0 4F 21 18 145 41 2E
Octal 301 51 201 0 117 41 30 505 101 56
Binary 11000001 101001 10000001 0 1001111 100001 11000 101000101 1000001 101110

Color Harmonies of #C12981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12981

Black with #C12981

Text Example


Text Example

White with #C12981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12981; }

 p { color: rgb(193,41,129); }

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

background-color css

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

 a { background-color: rgb(193,41,129); }

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

border-color css

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

 span { border-color: rgb(193,41,129); }

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