Html Css Color HEX #C224A6 Medium Violet Red

📋 copy color: '#C224A6'

red 194 ◦ green 36 ◦ blue 166

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

Shades of Medium Violet Red #C224A6

Tints of Medium Violet Red #C224A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.92%

R = 48.99%
G = 9.09%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C224A6 (or 0xC224A6) is known color: Medium Violet Red. HEX triplet: C2, 24 and A6. RGB value is (194,36,166). Sum of RGB (Red+Green+Blue) = 194+36+166=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C224A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224A6 is #3DDB59. Grayscale: #616161. Windows color (decimal): -4053850 or 10888386. OLE color: 10888386.

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

Color convert

RGB 194 36 166 -
CMYK 0 0.81 0.14 0.24
HSL 310.63º 0.69% 0.45% -
HSV(B) 310.63º 0.81% 0.76% -
XYZ 29.76 15.48 37.5 -
YUV 98.06 166.35 196.43 -
System Red Green Blue C M Y K H S L
Decimal 194 36 166 0 0.81 0.14 0.24 310.63 0.69 0.45
Hex C2 24 A6 0 51 E 18 137 45 2D
Octal 302 44 246 0 121 16 30 467 105 55
Binary 11000010 100100 10100110 0 1010001 1110 11000 100110111 1000101 101101

Color Harmonies of #C224A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224A6

Black with #C224A6

Text Example


Text Example

White with #C224A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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