Html Css Color HEX #C224A5 Medium Violet Red

📋 copy color: '#C224A5'

red 194 ◦ green 36 ◦ blue 165

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

Shades of Medium Violet Red #C224A5

Tints of Medium Violet Red #C224A5

RGB

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

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

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

R = 49.11%
G = 9.11%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C224A5 (or 0xC224A5) is known color: Medium Violet Red. HEX triplet: C2, 24 and A5. RGB value is (194,36,165). Sum of RGB (Red+Green+Blue) = 194+36+165=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C224A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C224A5 is #3DDB5A. Grayscale: #616161. Windows color (decimal): -4053851 or 10822850. OLE color: 10822850.

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

Color convert

RGB 194 36 165 -
CMYK 0 0.81 0.15 0.24
HSL 311.01º 0.69% 0.45% -
HSV(B) 311.01º 0.81% 0.76% -
XYZ 29.67 15.45 37.02 -
YUV 97.95 165.85 196.51 -
System Red Green Blue C M Y K H S L
Decimal 194 36 165 0 0.81 0.15 0.24 311.01 0.69 0.45
Hex C2 24 A5 0 51 F 18 137 45 2D
Octal 302 44 245 0 121 17 30 467 105 55
Binary 11000010 100100 10100101 0 1010001 1111 11000 100110111 1000101 101101

Color Harmonies of #C224A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C224A5

Black with #C224A5

Text Example


Text Example

White with #C224A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C224A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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