Html Css Color HEX #C124AE Medium Violet Red

📋 copy color: '#C124AE'

red 193 ◦ green 36 ◦ blue 174

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

Shades of Medium Violet Red #C124AE

Tints of Medium Violet Red #C124AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 47.89%
G = 8.93%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C124AE (or 0xC124AE) is known color: Medium Violet Red. HEX triplet: C1, 24 and AE. RGB value is (193,36,174). Sum of RGB (Red+Green+Blue) = 193+36+174=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AE is #3EDB51. Grayscale: #626262. Windows color (decimal): -4119378 or 11412673. OLE color: 11412673.

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

Color convert

RGB 193 36 174 -
CMYK 0 0.81 0.10 0.24
HSL 307.26º 0.69% 0.45% -
HSV(B) 307.26º 0.81% 0.76% -
XYZ 30.26 15.66 41.47 -
YUV 98.68 170.51 195.28 -
System Red Green Blue C M Y K H S L
Decimal 193 36 174 0 0.81 0.10 0.24 307.26 0.69 0.45
Hex C1 24 AE 0 51 A 18 133 45 2D
Octal 301 44 256 0 121 12 30 463 105 55
Binary 11000001 100100 10101110 0 1010001 1010 11000 100110011 1000101 101101

Color Harmonies of #C124AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124AE

Black with #C124AE

Text Example


Text Example

White with #C124AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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