Html Css Color HEX #C225AC Medium Violet Red

📋 copy color: '#C225AC'

red 194 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #C225AC

Tints of Medium Violet Red #C225AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 48.14%
G = 9.18%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C225AC (or 0xC225AC) is known color: Medium Violet Red. HEX triplet: C2, 25 and AC. RGB value is (194,37,172). Sum of RGB (Red+Green+Blue) = 194+37+172=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C225AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225AC is #3DDA53. Grayscale: #626262. Windows color (decimal): -4053588 or 11281858. OLE color: 11281858.

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

Color convert

RGB 194 37 172 -
CMYK 0 0.81 0.11 0.24
HSL 308.41º 0.68% 0.45% -
HSV(B) 308.41º 0.81% 0.76% -
XYZ 30.36 15.77 40.47 -
YUV 99.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 194 37 172 0 0.81 0.11 0.24 308.41 0.68 0.45
Hex C2 25 AC 0 51 B 18 134 44 2D
Octal 302 45 254 0 121 13 30 464 104 55
Binary 11000010 100101 10101100 0 1010001 1011 11000 100110100 1000100 101101

Color Harmonies of #C225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225AC

Black with #C225AC

Text Example


Text Example

White with #C225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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