Html Css Color HEX #C225AE Medium Violet Red

📋 copy color: '#C225AE'

red 194 ◦ green 37 ◦ blue 174

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

Shades of Medium Violet Red #C225AE

Tints of Medium Violet Red #C225AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 47.9%
G = 9.14%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C225AE (or 0xC225AE) is known color: Medium Violet Red. HEX triplet: C2, 25 and AE. RGB value is (194,37,174). Sum of RGB (Red+Green+Blue) = 194+37+174=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C225AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225AE is #3DDA51. Grayscale: #636363. Windows color (decimal): -4053586 or 11412930. OLE color: 11412930.

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

Color convert

RGB 194 37 174 -
CMYK 0 0.81 0.10 0.24
HSL 307.64º 0.68% 0.45% -
HSV(B) 307.64º 0.81% 0.76% -
XYZ 30.55 15.85 41.49 -
YUV 99.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 194 37 174 0 0.81 0.10 0.24 307.64 0.68 0.45
Hex C2 25 AE 0 51 A 18 134 44 2D
Octal 302 45 256 0 121 12 30 464 104 55
Binary 11000010 100101 10101110 0 1010001 1010 11000 100110100 1000100 101101

Color Harmonies of #C225AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225AE

Black with #C225AE

Text Example


Text Example

White with #C225AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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