Html Css Color HEX #C12B7F Medium Red Violet

📋 copy color: '#C12B7F'

red 193 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #C12B7F

Tints of Medium Red Violet #C12B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.99%

R = 53.17%
G = 11.85%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C12B7F (or 0xC12B7F) is known color: Medium Red Violet. HEX triplet: C1, 2B and 7F. RGB value is (193,43,127). Sum of RGB (Red+Green+Blue) = 193+43+127=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B7F is #3ED480. Grayscale: #616161. Windows color (decimal): -4117633 or 8334273. OLE color: 8334273.

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

Color convert

RGB 193 43 127 -
CMYK 0 0.78 0.34 0.24
HSL 326.4º 0.64% 0.46% -
HSV(B) 326.4º 0.78% 0.76% -
XYZ 26.69 14.6 21.49 -
YUV 97.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 193 43 127 0 0.78 0.34 0.24 326.4 0.64 0.46
Hex C1 2B 7F 0 4E 22 18 146 40 2E
Octal 301 53 177 0 116 42 30 506 100 56
Binary 11000001 101011 1111111 0 1001110 100010 11000 101000110 1000000 101110

Color Harmonies of #C12B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B7F

Black with #C12B7F

Text Example


Text Example

White with #C12B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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