Html Css Color HEX #C12B81 Medium Red Violet

📋 copy color: '#C12B81'

red 193 ◦ green 43 ◦ blue 129

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

Shades of Medium Red Violet #C12B81

Tints of Medium Red Violet #C12B81

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 52.88%
G = 11.78%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C12B81 (or 0xC12B81) is known color: Medium Red Violet. HEX triplet: C1, 2B and 81. RGB value is (193,43,129). Sum of RGB (Red+Green+Blue) = 193+43+129=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B81 is #3ED47E. Grayscale: #616161. Windows color (decimal): -4117631 or 8465345. OLE color: 8465345.

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

Color convert

RGB 193 43 129 -
CMYK 0 0.78 0.33 0.24
HSL 325.6º 0.64% 0.46% -
HSV(B) 325.6º 0.78% 0.76% -
XYZ 26.82 14.65 22.18 -
YUV 97.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 193 43 129 0 0.78 0.33 0.24 325.6 0.64 0.46
Hex C1 2B 81 0 4E 21 18 146 40 2E
Octal 301 53 201 0 116 41 30 506 100 56
Binary 11000001 101011 10000001 0 1001110 100001 11000 101000110 1000000 101110

Color Harmonies of #C12B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B81

Black with #C12B81

Text Example


Text Example

White with #C12B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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