Html Css Color HEX #C426A4 Medium Violet Red

📋 copy color: '#C426A4'

red 196 ◦ green 38 ◦ blue 164

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

Shades of Medium Violet Red #C426A4

Tints of Medium Violet Red #C426A4

RGB

 RED value IS 196 (76.95% from 255) = 49.25%

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

 BLUE value IS 164 (64.45% from 255) = 41.21%

R = 49.25%
G = 9.55%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C426A4 (or 0xC426A4) is known color: Medium Violet Red. HEX triplet: C4, 26 and A4. RGB value is (196,38,164). Sum of RGB (Red+Green+Blue) = 196+38+164=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C426A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426A4 is #3BD95B. Grayscale: #636363. Windows color (decimal): -3922268 or 10757828. OLE color: 10757828.

HSL color Cylindrical-coordinate representation of color #C426A4: hue angle of 312.15º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426A4 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 164 -
CMYK 0 0.81 0.16 0.23
HSL 312.15º 0.68% 0.46% -
HSV(B) 312.15º 0.81% 0.77% -
XYZ 30.16 15.8 36.58 -
YUV 99.61 164.35 196.75 -
System Red Green Blue C M Y K H S L
Decimal 196 38 164 0 0.81 0.16 0.23 312.15 0.68 0.46
Hex C4 26 A4 0 51 10 17 138 44 2E
Octal 304 46 244 0 121 20 27 470 104 56
Binary 11000100 100110 10100100 0 1010001 10000 10111 100111000 1000100 101110

Color Harmonies of #C426A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426A4

Black with #C426A4

Text Example


Text Example

White with #C426A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426A4; }

 p { color: rgb(196,38,164); }

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

background-color css

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

 a { background-color: rgb(196,38,164); }

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

border-color css

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

 span { border-color: rgb(196,38,164); }

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