Html Css Color HEX #C126AC Medium Red Violet

📋 copy color: '#C126AC'

red 193 ◦ green 38 ◦ blue 172

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

Shades of Medium Red Violet #C126AC

Tints of Medium Red Violet #C126AC

RGB

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

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

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

R = 47.89%
G = 9.43%
B = 42.68%

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

#C126AC (or 0xC126AC) is known color: Medium Red Violet. HEX triplet: C1, 26 and AC. RGB value is (193,38,172). Sum of RGB (Red+Green+Blue) = 193+38+172=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C126AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126AC is #3ED953. Grayscale: #636363. Windows color (decimal): -4118868 or 11282113. OLE color: 11282113.

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

Color convert

RGB 193 38 172 -
CMYK 0 0.80 0.11 0.24
HSL 308.13º 0.67% 0.45% -
HSV(B) 308.13º 0.8% 0.76% -
XYZ 30.13 15.7 40.47 -
YUV 99.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 193 38 172 0 0.80 0.11 0.24 308.13 0.67 0.45
Hex C1 26 AC 0 50 B 18 134 43 2D
Octal 301 46 254 0 120 13 30 464 103 55
Binary 11000001 100110 10101100 0 1010000 1011 11000 100110100 1000011 101101

Color Harmonies of #C126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C126AC

Black with #C126AC

Text Example


Text Example

White with #C126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C126AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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