Html Css Color HEX #C227AA Medium Red Violet

📋 copy color: '#C227AA'

red 194 ◦ green 39 ◦ blue 170

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

Shades of Medium Red Violet #C227AA

Tints of Medium Red Violet #C227AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 48.14%
G = 9.68%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C227AA (or 0xC227AA) is known color: Medium Red Violet. HEX triplet: C2, 27 and AA. RGB value is (194,39,170). Sum of RGB (Red+Green+Blue) = 194+39+170=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C227AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C227AA is #3DD855. Grayscale: #636363. Windows color (decimal): -4053078 or 11151298. OLE color: 11151298.

HSL color Cylindrical-coordinate representation of color #C227AA: hue angle of 309.29º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C227AA is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 39 170 -
CMYK 0 0.80 0.12 0.24
HSL 309.29º 0.67% 0.46% -
HSV(B) 309.29º 0.8% 0.76% -
XYZ 30.23 15.82 39.49 -
YUV 100.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 194 39 170 0 0.80 0.12 0.24 309.29 0.67 0.46
Hex C2 27 AA 0 50 C 18 135 43 2E
Octal 302 47 252 0 120 14 30 465 103 56
Binary 11000010 100111 10101010 0 1010000 1100 11000 100110101 1000011 101110

Color Harmonies of #C227AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C227AA

Black with #C227AA

Text Example


Text Example

White with #C227AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C227AA; }

 p { color: rgb(194,39,170); }

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

background-color css

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

 a { background-color: rgb(194,39,170); }

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

border-color css

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

 span { border-color: rgb(194,39,170); }

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