Html Css Color HEX #C126AB Medium Red Violet

📋 copy color: '#C126AB'

red 193 ◦ green 38 ◦ blue 171

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

Shades of Medium Red Violet #C126AB

Tints of Medium Red Violet #C126AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 48.01%
G = 9.45%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C126AB (or 0xC126AB) is known color: Medium Red Violet. HEX triplet: C1, 26 and AB. RGB value is (193,38,171). Sum of RGB (Red+Green+Blue) = 193+38+171=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C126AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126AB is #3ED954. Grayscale: #636363. Windows color (decimal): -4118869 or 11216577. OLE color: 11216577.

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

Color convert

RGB 193 38 171 -
CMYK 0 0.80 0.11 0.24
HSL 308.52º 0.67% 0.45% -
HSV(B) 308.52º 0.8% 0.76% -
XYZ 30.04 15.66 39.97 -
YUV 99.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 193 38 171 0 0.80 0.11 0.24 308.52 0.67 0.45
Hex C1 26 AB 0 50 B 18 135 43 2D
Octal 301 46 253 0 120 13 30 465 103 55
Binary 11000001 100110 10101011 0 1010000 1011 11000 100110101 1000011 101101

Color Harmonies of #C126AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126AB

Black with #C126AB

Text Example


Text Example

White with #C126AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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