Html Css Color HEX #C225AB Medium Violet Red

📋 copy color: '#C225AB'

red 194 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #C225AB

Tints of Medium Violet Red #C225AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 48.26%
G = 9.2%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C225AB (or 0xC225AB) is known color: Medium Violet Red. HEX triplet: C2, 25 and AB. RGB value is (194,37,171). Sum of RGB (Red+Green+Blue) = 194+37+171=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C225AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C225AB is #3DDA54. Grayscale: #626262. Windows color (decimal): -4053589 or 11216322. OLE color: 11216322.

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

Color convert

RGB 194 37 171 -
CMYK 0 0.81 0.12 0.24
HSL 308.79º 0.68% 0.45% -
HSV(B) 308.79º 0.81% 0.76% -
XYZ 30.26 15.73 39.97 -
YUV 99.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 194 37 171 0 0.81 0.12 0.24 308.79 0.68 0.45
Hex C2 25 AB 0 51 C 18 135 44 2D
Octal 302 45 253 0 121 14 30 465 104 55
Binary 11000010 100101 10101011 0 1010001 1100 11000 100110101 1000100 101101

Color Harmonies of #C225AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C225AB

Black with #C225AB

Text Example


Text Example

White with #C225AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C225AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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