Html Css Color HEX #C12A90 Medium Red Violet

📋 copy color: '#C12A90'

red 193 ◦ green 42 ◦ blue 144

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

Shades of Medium Red Violet #C12A90

Tints of Medium Red Violet #C12A90

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.08%

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

R = 50.92%
G = 11.08%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12A90 (or 0xC12A90) is known color: Medium Red Violet. HEX triplet: C1, 2A and 90. RGB value is (193,42,144). Sum of RGB (Red+Green+Blue) = 193+42+144=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12A90 is #3ED56F. Grayscale: #626262. Windows color (decimal): -4117872 or 9448129. OLE color: 9448129.

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

Color convert

RGB 193 42 144 -
CMYK 0 0.78 0.25 0.24
HSL 319.47º 0.64% 0.46% -
HSV(B) 319.47º 0.78% 0.76% -
XYZ 27.85 15.01 27.81 -
YUV 98.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 193 42 144 0 0.78 0.25 0.24 319.47 0.64 0.46
Hex C1 2A 90 0 4E 19 18 13F 40 2E
Octal 301 52 220 0 116 31 30 477 100 56
Binary 11000001 101010 10010000 0 1001110 11001 11000 100111111 1000000 101110

Color Harmonies of #C12A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A90

Black with #C12A90

Text Example


Text Example

White with #C12A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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