Html Css Color HEX #C231A9 Medium Red Violet

📋 copy color: '#C231A9'

red 194 ◦ green 49 ◦ blue 169

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

Shades of Medium Red Violet #C231A9

Tints of Medium Red Violet #C231A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 47.09%
G = 11.89%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C231A9 (or 0xC231A9) is known color: Medium Red Violet. HEX triplet: C2, 31 and A9. RGB value is (194,49,169). Sum of RGB (Red+Green+Blue) = 194+49+169=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A9 is #3DCE56. Grayscale: #696969. Windows color (decimal): -4050519 or 11088322. OLE color: 11088322.

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

Color convert

RGB 194 49 169 -
CMYK 0 0.75 0.13 0.24
HSL 310.34º 0.6% 0.48% -
HSV(B) 310.34º 0.75% 0.76% -
XYZ 30.51 16.53 39.12 -
YUV 106.04 163.54 190.74 -
System Red Green Blue C M Y K H S L
Decimal 194 49 169 0 0.75 0.13 0.24 310.34 0.6 0.48
Hex C2 31 A9 0 4B D 18 136 3C 30
Octal 302 61 251 0 113 15 30 466 74 60
Binary 11000010 110001 10101001 0 1001011 1101 11000 100110110 111100 110000

Color Harmonies of #C231A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231A9

Black with #C231A9

Text Example


Text Example

White with #C231A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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