Html Css Color HEX #C422AC Medium Violet Red

📋 copy color: '#C422AC'

red 196 ◦ green 34 ◦ blue 172

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

Shades of Medium Violet Red #C422AC

Tints of Medium Violet Red #C422AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.46%

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

R = 48.76%
G = 8.46%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C422AC (or 0xC422AC) is known color: Medium Violet Red. HEX triplet: C4, 22 and AC. RGB value is (196,34,172). Sum of RGB (Red+Green+Blue) = 196+34+172=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 34 (13.67% from 255 or 8.46% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C422AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C422AC is #3BDD53. Grayscale: #616161. Windows color (decimal): -3923284 or 11281092. OLE color: 11281092.

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

Color convert

RGB 196 34 172 -
CMYK 0 0.83 0.12 0.23
HSL 308.89º 0.7% 0.45% -
HSV(B) 308.89º 0.83% 0.77% -
XYZ 30.78 15.86 40.47 -
YUV 98.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 196 34 172 0 0.83 0.12 0.23 308.89 0.7 0.45
Hex C4 22 AC 0 53 C 17 135 46 2D
Octal 304 42 254 0 123 14 27 465 106 55
Binary 11000100 100010 10101100 0 1010011 1100 10111 100110101 1000110 101101

Color Harmonies of #C422AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422AC

Black with #C422AC

Text Example


Text Example

White with #C422AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422AC; }

 p { color: rgb(196,34,172); }

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

background-color css

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

 a { background-color: rgb(196,34,172); }

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

border-color css

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

 span { border-color: rgb(196,34,172); }

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