Html Css Color HEX #C424AE Medium Violet Red

📋 copy color: '#C424AE'

red 196 ◦ green 36 ◦ blue 174

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

Shades of Medium Violet Red #C424AE

Tints of Medium Violet Red #C424AE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 48.28%
G = 8.87%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C424AE (or 0xC424AE) is known color: Medium Violet Red. HEX triplet: C4, 24 and AE. RGB value is (196,36,174). Sum of RGB (Red+Green+Blue) = 196+36+174=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C424AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424AE is #3BDB51. Grayscale: #636363. Windows color (decimal): -3922770 or 11412676. OLE color: 11412676.

HSL color Cylindrical-coordinate representation of color #C424AE: hue angle of 308.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C424AE is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 36 174 -
CMYK 0 0.82 0.11 0.23
HSL 308.25º 0.69% 0.45% -
HSV(B) 308.25º 0.82% 0.77% -
XYZ 31.04 16.05 41.51 -
YUV 99.57 170.01 196.78 -
System Red Green Blue C M Y K H S L
Decimal 196 36 174 0 0.82 0.11 0.23 308.25 0.69 0.45
Hex C4 24 AE 0 52 B 17 134 45 2D
Octal 304 44 256 0 122 13 27 464 105 55
Binary 11000100 100100 10101110 0 1010010 1011 10111 100110100 1000101 101101

Color Harmonies of #C424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424AE

Black with #C424AE

Text Example


Text Example

White with #C424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424AE; }

 p { color: rgb(196,36,174); }

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

background-color css

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

 a { background-color: rgb(196,36,174); }

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

border-color css

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

 span { border-color: rgb(196,36,174); }

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