Html Css Color HEX #C222A1 Medium Violet Red

📋 copy color: '#C222A1'

red 194 ◦ green 34 ◦ blue 161

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

Shades of Medium Violet Red #C222A1

Tints of Medium Violet Red #C222A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.39%

R = 49.87%
G = 8.74%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C222A1 (or 0xC222A1) is known color: Medium Violet Red. HEX triplet: C2, 22 and A1. RGB value is (194,34,161). Sum of RGB (Red+Green+Blue) = 194+34+161=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C222A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222A1 is #3DDD5E. Grayscale: #5F5F5F. Windows color (decimal): -4054367 or 10560194. OLE color: 10560194.

HSL color Cylindrical-coordinate representation of color #C222A1: hue angle of 312.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C222A1 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 161 -
CMYK 0 0.82 0.17 0.24
HSL 312.38º 0.7% 0.45% -
HSV(B) 312.38º 0.82% 0.76% -
XYZ 29.25 15.19 35.11 -
YUV 96.32 164.51 197.67 -
System Red Green Blue C M Y K H S L
Decimal 194 34 161 0 0.82 0.17 0.24 312.38 0.7 0.45
Hex C2 22 A1 0 52 11 18 138 46 2D
Octal 302 42 241 0 122 21 30 470 106 55
Binary 11000010 100010 10100001 0 1010010 10001 11000 100111000 1000110 101101

Color Harmonies of #C222A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222A1

Black with #C222A1

Text Example


Text Example

White with #C222A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222A1; }

 p { color: rgb(194,34,161); }

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

background-color css

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

 a { background-color: rgb(194,34,161); }

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

border-color css

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

 span { border-color: rgb(194,34,161); }

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