Html Css Color HEX #C22AAB Medium Red Violet

📋 copy color: '#C22AAB'

red 194 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #C22AAB

Tints of Medium Red Violet #C22AAB

RGB

 RED value IS 194 (76.17% from 255) = 47.67%

 GREEN value IS 42 (16.8% from 255) = 10.32%

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

R = 47.67%
G = 10.32%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C22AAB (or 0xC22AAB) is known color: Medium Red Violet. HEX triplet: C2, 2A and AB. RGB value is (194,42,171). Sum of RGB (Red+Green+Blue) = 194+42+171=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C22AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22AAB is #3DD554. Grayscale: #656565. Windows color (decimal): -4052309 or 11217602. OLE color: 11217602.

HSL color Cylindrical-coordinate representation of color #C22AAB: hue angle of 309.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22AAB is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 171 -
CMYK 0 0.78 0.12 0.24
HSL 309.08º 0.64% 0.46% -
HSV(B) 309.08º 0.78% 0.76% -
XYZ 30.43 16.07 40.03 -
YUV 102.15 166.86 193.51 -
System Red Green Blue C M Y K H S L
Decimal 194 42 171 0 0.78 0.12 0.24 309.08 0.64 0.46
Hex C2 2A AB 0 4E C 18 135 40 2E
Octal 302 52 253 0 116 14 30 465 100 56
Binary 11000010 101010 10101011 0 1001110 1100 11000 100110101 1000000 101110

Color Harmonies of #C22AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22AAB

Black with #C22AAB

Text Example


Text Example

White with #C22AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22AAB; }

 p { color: rgb(194,42,171); }

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

background-color css

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

 a { background-color: rgb(194,42,171); }

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

border-color css

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

 span { border-color: rgb(194,42,171); }

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