Html Css Color HEX #C12B72 Medium Red Violet

📋 copy color: '#C12B72'

red 193 ◦ green 43 ◦ blue 114

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

Shades of Medium Red Violet #C12B72

Tints of Medium Red Violet #C12B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 55.14%
G = 12.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C12B72 (or 0xC12B72) is known color: Medium Red Violet. HEX triplet: C1, 2B and 72. RGB value is (193,43,114). Sum of RGB (Red+Green+Blue) = 193+43+114=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B72 is #3ED48D. Grayscale: #5F5F5F. Windows color (decimal): -4117646 or 7482305. OLE color: 7482305.

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

Color convert

RGB 193 43 114 -
CMYK 0 0.78 0.41 0.24
HSL 331.6º 0.64% 0.46% -
HSV(B) 331.6º 0.78% 0.76% -
XYZ 25.89 14.28 17.31 -
YUV 95.94 138.2 197.23 -
System Red Green Blue C M Y K H S L
Decimal 193 43 114 0 0.78 0.41 0.24 331.6 0.64 0.46
Hex C1 2B 72 0 4E 29 18 14C 40 2E
Octal 301 53 162 0 116 51 30 514 100 56
Binary 11000001 101011 1110010 0 1001110 101001 11000 101001100 1000000 101110

Color Harmonies of #C12B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B72

Black with #C12B72

Text Example


Text Example

White with #C12B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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