Html Css Color HEX #C123A0 Medium Violet Red

📋 copy color: '#C123A0'

red 193 ◦ green 35 ◦ blue 160

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

Shades of Medium Violet Red #C123A0

Tints of Medium Violet Red #C123A0

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.02%

 BLUE value IS 160 (62.89% from 255) = 41.24%

R = 49.74%
G = 9.02%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C123A0 (or 0xC123A0) is known color: Medium Violet Red. HEX triplet: C1, 23 and A0. RGB value is (193,35,160). Sum of RGB (Red+Green+Blue) = 193+35+160=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C123A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C123A0 is #3EDC5F. Grayscale: #606060. Windows color (decimal): -4119648 or 10494913. OLE color: 10494913.

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

Color convert

RGB 193 35 160 -
CMYK 0 0.82 0.17 0.24
HSL 312.53º 0.69% 0.45% -
HSV(B) 312.53º 0.82% 0.76% -
XYZ 28.94 15.08 34.64 -
YUV 96.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 193 35 160 0 0.82 0.17 0.24 312.53 0.69 0.45
Hex C1 23 A0 0 52 11 18 139 45 2D
Octal 301 43 240 0 122 21 30 471 105 55
Binary 11000001 100011 10100000 0 1010010 10001 11000 100111001 1000101 101101

Color Harmonies of #C123A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C123A0

Black with #C123A0

Text Example


Text Example

White with #C123A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C123A0; }

 p { color: rgb(193,35,160); }

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

background-color css

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

 a { background-color: rgb(193,35,160); }

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

border-color css

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

 span { border-color: rgb(193,35,160); }

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