Html Css Color HEX #C12B92 Medium Red Violet

📋 copy color: '#C12B92'

red 193 ◦ green 43 ◦ blue 146

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

Shades of Medium Red Violet #C12B92

Tints of Medium Red Violet #C12B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 50.52%
G = 11.26%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C12B92 (or 0xC12B92) is known color: Medium Red Violet. HEX triplet: C1, 2B and 92. RGB value is (193,43,146). Sum of RGB (Red+Green+Blue) = 193+43+146=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12B92 is #3ED46D. Grayscale: #636363. Windows color (decimal): -4117614 or 9579457. OLE color: 9579457.

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

Color convert

RGB 193 43 146 -
CMYK 0 0.78 0.24 0.24
HSL 318.8º 0.64% 0.46% -
HSV(B) 318.8º 0.78% 0.76% -
XYZ 28.04 15.14 28.64 -
YUV 99.59 154.2 194.62 -
System Red Green Blue C M Y K H S L
Decimal 193 43 146 0 0.78 0.24 0.24 318.8 0.64 0.46
Hex C1 2B 92 0 4E 18 18 13F 40 2E
Octal 301 53 222 0 116 30 30 477 100 56
Binary 11000001 101011 10010010 0 1001110 11000 11000 100111111 1000000 101110

Color Harmonies of #C12B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B92

Black with #C12B92

Text Example


Text Example

White with #C12B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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