Html Css Color HEX #C124A6 Medium Violet Red

📋 copy color: '#C124A6'

red 193 ◦ green 36 ◦ blue 166

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

Shades of Medium Violet Red #C124A6

Tints of Medium Violet Red #C124A6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.11%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 48.86%
G = 9.11%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C124A6 (or 0xC124A6) is known color: Medium Violet Red. HEX triplet: C1, 24 and A6. RGB value is (193,36,166). Sum of RGB (Red+Green+Blue) = 193+36+166=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C124A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124A6 is #3EDB59. Grayscale: #616161. Windows color (decimal): -4119386 or 10888385. OLE color: 10888385.

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

Color convert

RGB 193 36 166 -
CMYK 0 0.81 0.14 0.24
HSL 310.32º 0.69% 0.45% -
HSV(B) 310.32º 0.81% 0.76% -
XYZ 29.51 15.35 37.48 -
YUV 97.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 193 36 166 0 0.81 0.14 0.24 310.32 0.69 0.45
Hex C1 24 A6 0 51 E 18 136 45 2D
Octal 301 44 246 0 121 16 30 466 105 55
Binary 11000001 100100 10100110 0 1010001 1110 11000 100110110 1000101 101101

Color Harmonies of #C124A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124A6

Black with #C124A6

Text Example


Text Example

White with #C124A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124A6; }

 p { color: rgb(193,36,166); }

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

background-color css

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

 a { background-color: rgb(193,36,166); }

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

border-color css

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

 span { border-color: rgb(193,36,166); }

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