Html Css Color HEX #C231A1 Medium Red Violet

📋 copy color: '#C231A1'

red 194 ◦ green 49 ◦ blue 161

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

Shades of Medium Red Violet #C231A1

Tints of Medium Red Violet #C231A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 48.02%
G = 12.13%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C231A1 (or 0xC231A1) is known color: Medium Red Violet. HEX triplet: C2, 31 and A1. RGB value is (194,49,161). Sum of RGB (Red+Green+Blue) = 194+49+161=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A1 is #3DCE5E. Grayscale: #686868. Windows color (decimal): -4050527 or 10564034. OLE color: 10564034.

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

Color convert

RGB 194 49 161 -
CMYK 0 0.75 0.17 0.24
HSL 313.66º 0.6% 0.48% -
HSV(B) 313.66º 0.75% 0.76% -
XYZ 29.78 16.24 35.28 -
YUV 105.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 194 49 161 0 0.75 0.17 0.24 313.66 0.6 0.48
Hex C2 31 A1 0 4B 11 18 13A 3C 30
Octal 302 61 241 0 113 21 30 472 74 60
Binary 11000010 110001 10100001 0 1001011 10001 11000 100111010 111100 110000

Color Harmonies of #C231A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231A1

Black with #C231A1

Text Example


Text Example

White with #C231A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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