Html Css Color HEX #C124AC Medium Violet Red

📋 copy color: '#C124AC'

red 193 ◦ green 36 ◦ blue 172

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

Shades of Medium Violet Red #C124AC

Tints of Medium Violet Red #C124AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 48.13%
G = 8.98%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C124AC (or 0xC124AC) is known color: Medium Violet Red. HEX triplet: C1, 24 and AC. RGB value is (193,36,172). Sum of RGB (Red+Green+Blue) = 193+36+172=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C124AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C124AC is #3EDB53. Grayscale: #626262. Windows color (decimal): -4119380 or 11281601. OLE color: 11281601.

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

Color convert

RGB 193 36 172 -
CMYK 0 0.81 0.11 0.24
HSL 308.03º 0.69% 0.45% -
HSV(B) 308.03º 0.81% 0.76% -
XYZ 30.07 15.58 40.45 -
YUV 98.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 193 36 172 0 0.81 0.11 0.24 308.03 0.69 0.45
Hex C1 24 AC 0 51 B 18 134 45 2D
Octal 301 44 254 0 121 13 30 464 105 55
Binary 11000001 100100 10101100 0 1010001 1011 11000 100110100 1000101 101101

Color Harmonies of #C124AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C124AC

Black with #C124AC

Text Example


Text Example

White with #C124AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C124AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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