Html Css Color HEX #C124AA Medium Violet Red

📋 copy color: '#C124AA'

red 193 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #C124AA

Tints of Medium Violet Red #C124AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 48.37%
G = 9.02%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C124AA (or 0xC124AA) is known color: Medium Violet Red. HEX triplet: C1, 24 and AA. RGB value is (193,36,170). Sum of RGB (Red+Green+Blue) = 193+36+170=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AA is #3EDB55. Grayscale: #616161. Windows color (decimal): -4119382 or 11150529. OLE color: 11150529.

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

Color convert

RGB 193 36 170 -
CMYK 0 0.81 0.12 0.24
HSL 308.79º 0.69% 0.45% -
HSV(B) 308.79º 0.81% 0.76% -
XYZ 29.88 15.5 39.45 -
YUV 98.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 193 36 170 0 0.81 0.12 0.24 308.79 0.69 0.45
Hex C1 24 AA 0 51 C 18 135 45 2D
Octal 301 44 252 0 121 14 30 465 105 55
Binary 11000001 100100 10101010 0 1010001 1100 11000 100110101 1000101 101101

Color Harmonies of #C124AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124AA

Black with #C124AA

Text Example


Text Example

White with #C124AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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