Html Css Color HEX #C22DA2 Medium Red Violet

📋 copy color: '#C22DA2'

red 194 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #C22DA2

Tints of Medium Red Violet #C22DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.22%

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 48.38%
G = 11.22%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C22DA2 (or 0xC22DA2) is known color: Medium Red Violet. HEX triplet: C2, 2D and A2. RGB value is (194,45,162). Sum of RGB (Red+Green+Blue) = 194+45+162=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C22DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22DA2 is #3DD25D. Grayscale: #666666. Windows color (decimal): -4051550 or 10628546. OLE color: 10628546.

HSL color Cylindrical-coordinate representation of color #C22DA2: hue angle of 312.89º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22DA2 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 45 162 -
CMYK 0 0.77 0.16 0.24
HSL 312.89º 0.62% 0.47% -
HSV(B) 312.89º 0.77% 0.76% -
XYZ 29.71 15.95 35.7 -
YUV 102.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 194 45 162 0 0.77 0.16 0.24 312.89 0.62 0.47
Hex C2 2D A2 0 4D 10 18 139 3E 2F
Octal 302 55 242 0 115 20 30 471 76 57
Binary 11000010 101101 10100010 0 1001101 10000 11000 100111001 111110 101111

Color Harmonies of #C22DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22DA2

Black with #C22DA2

Text Example


Text Example

White with #C22DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22DA2; }

 p { color: rgb(194,45,162); }

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

background-color css

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

 a { background-color: rgb(194,45,162); }

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

border-color css

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

 span { border-color: rgb(194,45,162); }

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