Html Css Color HEX #C222AA Medium Violet Red

📋 copy color: '#C222AA'

red 194 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #C222AA

Tints of Medium Violet Red #C222AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 48.74%
G = 8.54%
B = 42.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C222AA (or 0xC222AA) is known color: Medium Violet Red. HEX triplet: C2, 22 and AA. RGB value is (194,34,170). Sum of RGB (Red+Green+Blue) = 194+34+170=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C222AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222AA is #3DDD55. Grayscale: #606060. Windows color (decimal): -4054358 or 11150018. OLE color: 11150018.

HSL color Cylindrical-coordinate representation of color #C222AA: hue angle of 309º 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 #C222AA is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 34 170 -
CMYK 0 0.82 0.12 0.24
HSL 309º 0.7% 0.45% -
HSV(B) 309º 0.82% 0.76% -
XYZ 30.08 15.52 39.44 -
YUV 97.34 169.01 196.94 -
System Red Green Blue C M Y K H S L
Decimal 194 34 170 0 0.82 0.12 0.24 309 0.7 0.45
Hex C2 22 AA 0 52 C 18 135 46 2D
Octal 302 42 252 0 122 14 30 465 106 55
Binary 11000010 100010 10101010 0 1010010 1100 11000 100110101 1000110 101101

Color Harmonies of #C222AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222AA

Black with #C222AA

Text Example


Text Example

White with #C222AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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