Html Css Color HEX #C231AA Medium Red Violet

📋 copy color: '#C231AA'

red 194 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #C231AA

Tints of Medium Red Violet #C231AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

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

R = 46.97%
G = 11.86%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C231AA (or 0xC231AA) is known color: Medium Red Violet. HEX triplet: C2, 31 and AA. RGB value is (194,49,170). Sum of RGB (Red+Green+Blue) = 194+49+170=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C231AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231AA is #3DCE55. Grayscale: #696969. Windows color (decimal): -4050518 or 11153858. OLE color: 11153858.

HSL color Cylindrical-coordinate representation of color #C231AA: hue angle of 309.93º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C231AA is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 170 -
CMYK 0 0.75 0.12 0.24
HSL 309.93º 0.6% 0.48% -
HSV(B) 309.93º 0.75% 0.76% -
XYZ 30.6 16.57 39.62 -
YUV 106.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 194 49 170 0 0.75 0.12 0.24 309.93 0.6 0.48
Hex C2 31 AA 0 4B C 18 136 3C 30
Octal 302 61 252 0 113 14 30 466 74 60
Binary 11000010 110001 10101010 0 1001011 1100 11000 100110110 111100 110000

Color Harmonies of #C231AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231AA

Black with #C231AA

Text Example


Text Example

White with #C231AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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