Html Css Color HEX #C126AD Medium Red Violet

📋 copy color: '#C126AD'

red 193 ◦ green 38 ◦ blue 173

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

Shades of Medium Red Violet #C126AD

Tints of Medium Red Violet #C126AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.41%

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

R = 47.77%
G = 9.41%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C126AD (or 0xC126AD) is known color: Medium Red Violet. HEX triplet: C1, 26 and AD. RGB value is (193,38,173). Sum of RGB (Red+Green+Blue) = 193+38+173=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C126AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126AD is #3ED952. Grayscale: #636363. Windows color (decimal): -4118867 or 11347649. OLE color: 11347649.

HSL color Cylindrical-coordinate representation of color #C126AD: hue angle of 307.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C126AD is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 38 173 -
CMYK 0 0.80 0.10 0.24
HSL 307.74º 0.67% 0.45% -
HSV(B) 307.74º 0.8% 0.76% -
XYZ 30.23 15.74 40.98 -
YUV 99.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 193 38 173 0 0.80 0.10 0.24 307.74 0.67 0.45
Hex C1 26 AD 0 50 A 18 134 43 2D
Octal 301 46 255 0 120 12 30 464 103 55
Binary 11000001 100110 10101101 0 1010000 1010 11000 100110100 1000011 101101

Color Harmonies of #C126AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126AD

Black with #C126AD

Text Example


Text Example

White with #C126AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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