Html Css Color HEX #C120A1 Medium Violet Red

📋 copy color: '#C120A1'

red 193 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #C120A1

Tints of Medium Violet Red #C120A1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.29%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 50%
G = 8.29%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C120A1 (or 0xC120A1) is known color: Medium Violet Red. HEX triplet: C1, 20 and A1. RGB value is (193,32,161). Sum of RGB (Red+Green+Blue) = 193+32+161=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C120A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C120A1 is #3EDF5E. Grayscale: #5E5E5E. Windows color (decimal): -4120415 or 10559681. OLE color: 10559681.

HSL color Cylindrical-coordinate representation of color #C120A1: hue angle of 311.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C120A1 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 161 -
CMYK 0 0.83 0.17 0.24
HSL 311.93º 0.72% 0.44% -
HSV(B) 311.93º 0.83% 0.76% -
XYZ 28.94 14.94 35.08 -
YUV 94.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 193 32 161 0 0.83 0.17 0.24 311.93 0.72 0.44
Hex C1 20 A1 0 53 11 18 138 48 2C
Octal 301 40 241 0 123 21 30 470 110 54
Binary 11000001 100000 10100001 0 1010011 10001 11000 100111000 1001000 101100

Color Harmonies of #C120A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C120A1

Black with #C120A1

Text Example


Text Example

White with #C120A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C120A1; }

 p { color: rgb(193,32,161); }

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

background-color css

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

 a { background-color: rgb(193,32,161); }

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

border-color css

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

 span { border-color: rgb(193,32,161); }

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