Html Css Color HEX #C224A1 Medium Violet Red

📋 copy color: '#C224A1'

red 194 ◦ green 36 ◦ blue 161

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

Shades of Medium Violet Red #C224A1

Tints of Medium Violet Red #C224A1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 49.62%
G = 9.21%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C224A1 (or 0xC224A1) is known color: Medium Violet Red. HEX triplet: C2, 24 and A1. RGB value is (194,36,161). Sum of RGB (Red+Green+Blue) = 194+36+161=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C224A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224A1 is #3DDB5E. Grayscale: #616161. Windows color (decimal): -4053855 or 10560706. OLE color: 10560706.

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

Color convert

RGB 194 36 161 -
CMYK 0 0.81 0.17 0.24
HSL 312.53º 0.69% 0.45% -
HSV(B) 312.53º 0.81% 0.76% -
XYZ 29.31 15.3 35.13 -
YUV 97.49 163.85 196.84 -
System Red Green Blue C M Y K H S L
Decimal 194 36 161 0 0.81 0.17 0.24 312.53 0.69 0.45
Hex C2 24 A1 0 51 11 18 139 45 2D
Octal 302 44 241 0 121 21 30 471 105 55
Binary 11000010 100100 10100001 0 1010001 10001 11000 100111001 1000101 101101

Color Harmonies of #C224A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224A1

Black with #C224A1

Text Example


Text Example

White with #C224A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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