Html Css Color HEX #C225A0 Medium Violet Red

📋 copy color: '#C225A0'

red 194 ◦ green 37 ◦ blue 160

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

Shades of Medium Violet Red #C225A0

Tints of Medium Violet Red #C225A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 49.62%
G = 9.46%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C225A0 (or 0xC225A0) is known color: Medium Violet Red. HEX triplet: C2, 25 and A0. RGB value is (194,37,160). Sum of RGB (Red+Green+Blue) = 194+37+160=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C225A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225A0 is #3DDA5F. Grayscale: #616161. Windows color (decimal): -4053600 or 10495426. OLE color: 10495426.

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

Color convert

RGB 194 37 160 -
CMYK 0 0.81 0.18 0.24
HSL 312.99º 0.68% 0.45% -
HSV(B) 312.99º 0.81% 0.76% -
XYZ 29.25 15.33 34.67 -
YUV 97.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 194 37 160 0 0.81 0.18 0.24 312.99 0.68 0.45
Hex C2 25 A0 0 51 12 18 139 44 2D
Octal 302 45 240 0 121 22 30 471 104 55
Binary 11000010 100101 10100000 0 1010001 10010 11000 100111001 1000100 101101

Color Harmonies of #C225A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225A0

Black with #C225A0

Text Example


Text Example

White with #C225A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225A0; }

 p { color: rgb(194,37,160); }

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

background-color css

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

 a { background-color: rgb(194,37,160); }

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

border-color css

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

 span { border-color: rgb(194,37,160); }

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