Html Css Color HEX #C12B6E Medium Red Violet

📋 copy color: '#C12B6E'

red 193 ◦ green 43 ◦ blue 110

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

Shades of Medium Red Violet #C12B6E

Tints of Medium Red Violet #C12B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 55.78%
G = 12.43%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C12B6E (or 0xC12B6E) is known color: Medium Red Violet. HEX triplet: C1, 2B and 6E. RGB value is (193,43,110). Sum of RGB (Red+Green+Blue) = 193+43+110=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B6E is #3ED491. Grayscale: #5F5F5F. Windows color (decimal): -4117650 or 7220161. OLE color: 7220161.

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

Color convert

RGB 193 43 110 -
CMYK 0 0.78 0.43 0.24
HSL 333.2º 0.64% 0.46% -
HSV(B) 333.2º 0.78% 0.76% -
XYZ 25.67 14.19 16.14 -
YUV 95.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 193 43 110 0 0.78 0.43 0.24 333.2 0.64 0.46
Hex C1 2B 6E 0 4E 2B 18 14D 40 2E
Octal 301 53 156 0 116 53 30 515 100 56
Binary 11000001 101011 1101110 0 1001110 101011 11000 101001101 1000000 101110

Color Harmonies of #C12B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12B6E

Black with #C12B6E

Text Example


Text Example

White with #C12B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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