Html Css Color HEX #C12890 Medium Red Violet

📋 copy color: '#C12890'

red 193 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #C12890

Tints of Medium Red Violet #C12890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 51.19%
G = 10.61%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12890 (or 0xC12890) is known color: Medium Red Violet. HEX triplet: C1, 28 and 90. RGB value is (193,40,144). Sum of RGB (Red+Green+Blue) = 193+40+144=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C12890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12890 is #3ED76F. Grayscale: #616161. Windows color (decimal): -4118384 or 9447617. OLE color: 9447617.

HSL color Cylindrical-coordinate representation of color #C12890: hue angle of 319.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C12890 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 144 -
CMYK 0 0.79 0.25 0.24
HSL 319.22º 0.66% 0.46% -
HSV(B) 319.22º 0.79% 0.76% -
XYZ 27.79 14.87 27.79 -
YUV 97.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 193 40 144 0 0.79 0.25 0.24 319.22 0.66 0.46
Hex C1 28 90 0 4F 19 18 13F 42 2E
Octal 301 50 220 0 117 31 30 477 102 56
Binary 11000001 101000 10010000 0 1001111 11001 11000 100111111 1000010 101110

Color Harmonies of #C12890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12890

Black with #C12890

Text Example


Text Example

White with #C12890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12890; }

 p { color: rgb(193,40,144); }

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

background-color css

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

 a { background-color: rgb(193,40,144); }

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

border-color css

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

 span { border-color: rgb(193,40,144); }

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