Html Css Color HEX #C426AA Medium Violet Red

📋 copy color: '#C426AA'

red 196 ◦ green 38 ◦ blue 170

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

Shades of Medium Violet Red #C426AA

Tints of Medium Violet Red #C426AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 48.51%
G = 9.41%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C426AA (or 0xC426AA) is known color: Medium Violet Red. HEX triplet: C4, 26 and AA. RGB value is (196,38,170). Sum of RGB (Red+Green+Blue) = 196+38+170=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C426AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426AA is #3BD955. Grayscale: #636363. Windows color (decimal): -3922262 or 11151044. OLE color: 11151044.

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

Color convert

RGB 196 38 170 -
CMYK 0 0.81 0.13 0.23
HSL 309.87º 0.68% 0.46% -
HSV(B) 309.87º 0.81% 0.77% -
XYZ 30.71 16.02 39.5 -
YUV 100.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 196 38 170 0 0.81 0.13 0.23 309.87 0.68 0.46
Hex C4 26 AA 0 51 D 17 136 44 2E
Octal 304 46 252 0 121 15 27 466 104 56
Binary 11000100 100110 10101010 0 1010001 1101 10111 100110110 1000100 101110

Color Harmonies of #C426AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C426AA

Black with #C426AA

Text Example


Text Example

White with #C426AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C426AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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