Html Css Color HEX #C224AA Medium Violet Red

📋 copy color: '#C224AA'

red 194 ◦ green 36 ◦ blue 170

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

Shades of Medium Violet Red #C224AA

Tints of Medium Violet Red #C224AA

RGB

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

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

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

R = 48.5%
G = 9%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C224AA (or 0xC224AA) is known color: Medium Violet Red. HEX triplet: C2, 24 and AA. RGB value is (194,36,170). Sum of RGB (Red+Green+Blue) = 194+36+170=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C224AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224AA is #3DDB55. Grayscale: #626262. Windows color (decimal): -4053846 or 11150530. OLE color: 11150530.

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

Color convert

RGB 194 36 170 -
CMYK 0 0.81 0.12 0.24
HSL 309.11º 0.69% 0.45% -
HSV(B) 309.11º 0.81% 0.76% -
XYZ 30.13 15.63 39.46 -
YUV 98.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 194 36 170 0 0.81 0.12 0.24 309.11 0.69 0.45
Hex C2 24 AA 0 51 C 18 135 45 2D
Octal 302 44 252 0 121 14 30 465 105 55
Binary 11000010 100100 10101010 0 1010001 1100 11000 100110101 1000101 101101

Color Harmonies of #C224AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224AA

Black with #C224AA

Text Example


Text Example

White with #C224AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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