Html Css Color HEX #C124AD Medium Violet Red

📋 copy color: '#C124AD'

red 193 ◦ green 36 ◦ blue 173

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

Shades of Medium Violet Red #C124AD

Tints of Medium Violet Red #C124AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 48.01%
G = 8.96%
B = 43.03%

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

#C124AD (or 0xC124AD) is known color: Medium Violet Red. HEX triplet: C1, 24 and AD. RGB value is (193,36,173). Sum of RGB (Red+Green+Blue) = 193+36+173=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AD is #3EDB52. Grayscale: #626262. Windows color (decimal): -4119379 or 11347137. OLE color: 11347137.

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

Color convert

RGB 193 36 173 -
CMYK 0 0.81 0.10 0.24
HSL 307.64º 0.69% 0.45% -
HSV(B) 307.64º 0.81% 0.76% -
XYZ 30.17 15.62 40.96 -
YUV 98.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 193 36 173 0 0.81 0.10 0.24 307.64 0.69 0.45
Hex C1 24 AD 0 51 A 18 134 45 2D
Octal 301 44 255 0 121 12 30 464 105 55
Binary 11000001 100100 10101101 0 1010001 1010 11000 100110100 1000101 101101

Color Harmonies of #C124AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124AD

Black with #C124AD

Text Example


Text Example

White with #C124AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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