Html Css Color HEX #C222A5 Medium Violet Red

📋 copy color: '#C222A5'

red 194 ◦ green 34 ◦ blue 165

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

Shades of Medium Violet Red #C222A5

Tints of Medium Violet Red #C222A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.98%

R = 49.36%
G = 8.65%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C222A5 (or 0xC222A5) is known color: Medium Violet Red. HEX triplet: C2, 22 and A5. RGB value is (194,34,165). Sum of RGB (Red+Green+Blue) = 194+34+165=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C222A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C222A5 is #3DDD5A. Grayscale: #606060. Windows color (decimal): -4054363 or 10822338. OLE color: 10822338.

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

Color convert

RGB 194 34 165 -
CMYK 0 0.82 0.15 0.24
HSL 310.88º 0.7% 0.45% -
HSV(B) 310.88º 0.82% 0.76% -
XYZ 29.61 15.33 37 -
YUV 96.77 166.51 197.35 -
System Red Green Blue C M Y K H S L
Decimal 194 34 165 0 0.82 0.15 0.24 310.88 0.7 0.45
Hex C2 22 A5 0 52 F 18 137 46 2D
Octal 302 42 245 0 122 17 30 467 106 55
Binary 11000010 100010 10100101 0 1010010 1111 11000 100110111 1000110 101101

Color Harmonies of #C222A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C222A5

Black with #C222A5

Text Example


Text Example

White with #C222A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C222A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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