Html Css Color HEX #C422AB Medium Violet Red

📋 copy color: '#C422AB'

red 196 ◦ green 34 ◦ blue 171

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

Shades of Medium Violet Red #C422AB

Tints of Medium Violet Red #C422AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 48.88%
G = 8.48%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C422AB (or 0xC422AB) is known color: Medium Violet Red. HEX triplet: C4, 22 and AB. RGB value is (196,34,171). Sum of RGB (Red+Green+Blue) = 196+34+171=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C422AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C422AB is #3BDD54. Grayscale: #616161. Windows color (decimal): -3923285 or 11215556. OLE color: 11215556.

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

Color convert

RGB 196 34 171 -
CMYK 0 0.83 0.13 0.23
HSL 309.26º 0.7% 0.45% -
HSV(B) 309.26º 0.83% 0.77% -
XYZ 30.69 15.82 39.96 -
YUV 98.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 196 34 171 0 0.83 0.13 0.23 309.26 0.7 0.45
Hex C4 22 AB 0 53 D 17 135 46 2D
Octal 304 42 253 0 123 15 27 465 106 55
Binary 11000100 100010 10101011 0 1010011 1101 10111 100110101 1000110 101101

Color Harmonies of #C422AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C422AB

Black with #C422AB

Text Example


Text Example

White with #C422AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C422AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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