Html Css Color HEX #C225A2 Medium Violet Red

📋 copy color: '#C225A2'

red 194 ◦ green 37 ◦ blue 162

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

Shades of Medium Violet Red #C225A2

Tints of Medium Violet Red #C225A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.22%

R = 49.36%
G = 9.41%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C225A2 (or 0xC225A2) is known color: Medium Violet Red. HEX triplet: C2, 25 and A2. RGB value is (194,37,162). Sum of RGB (Red+Green+Blue) = 194+37+162=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C225A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225A2 is #3DDA5D. Grayscale: #616161. Windows color (decimal): -4053598 or 10626498. OLE color: 10626498.

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

Color convert

RGB 194 37 162 -
CMYK 0 0.81 0.16 0.24
HSL 312.23º 0.68% 0.45% -
HSV(B) 312.23º 0.81% 0.76% -
XYZ 29.43 15.4 35.6 -
YUV 98.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 194 37 162 0 0.81 0.16 0.24 312.23 0.68 0.45
Hex C2 25 A2 0 51 10 18 138 44 2D
Octal 302 45 242 0 121 20 30 470 104 55
Binary 11000010 100101 10100010 0 1010001 10000 11000 100111000 1000100 101101

Color Harmonies of #C225A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225A2

Black with #C225A2

Text Example


Text Example

White with #C225A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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