Html Css Color HEX #C424AA Medium Violet Red

📋 copy color: '#C424AA'

red 196 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #C424AA

Tints of Medium Violet Red #C424AA

RGB

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

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

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

R = 48.76%
G = 8.96%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C424AA (or 0xC424AA) is known color: Medium Violet Red. HEX triplet: C4, 24 and AA. RGB value is (196,36,170). Sum of RGB (Red+Green+Blue) = 196+36+170=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C424AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C424AA is #3BDB55. Grayscale: #626262. Windows color (decimal): -3922774 or 11150532. OLE color: 11150532.

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

Color convert

RGB 196 36 170 -
CMYK 0 0.82 0.13 0.23
HSL 309.75º 0.69% 0.45% -
HSV(B) 309.75º 0.82% 0.77% -
XYZ 30.65 15.9 39.48 -
YUV 99.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 196 36 170 0 0.82 0.13 0.23 309.75 0.69 0.45
Hex C4 24 AA 0 52 D 17 136 45 2D
Octal 304 44 252 0 122 15 27 466 105 55
Binary 11000100 100100 10101010 0 1010010 1101 10111 100110110 1000101 101101

Color Harmonies of #C424AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C424AA

Black with #C424AA

Text Example


Text Example

White with #C424AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C424AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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