Html Css Color HEX #C231A4 Medium Red Violet

📋 copy color: '#C231A4'

red 194 ◦ green 49 ◦ blue 164

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

Shades of Medium Red Violet #C231A4

Tints of Medium Red Violet #C231A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 47.67%
G = 12.04%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C231A4 (or 0xC231A4) is known color: Medium Red Violet. HEX triplet: C2, 31 and A4. RGB value is (194,49,164). Sum of RGB (Red+Green+Blue) = 194+49+164=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A4 is #3DCE5B. Grayscale: #696969. Windows color (decimal): -4050524 or 10760642. OLE color: 10760642.

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

Color convert

RGB 194 49 164 -
CMYK 0 0.75 0.15 0.24
HSL 312.41º 0.6% 0.48% -
HSV(B) 312.41º 0.75% 0.76% -
XYZ 30.05 16.35 36.69 -
YUV 105.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 194 49 164 0 0.75 0.15 0.24 312.41 0.6 0.48
Hex C2 31 A4 0 4B F 18 138 3C 30
Octal 302 61 244 0 113 17 30 470 74 60
Binary 11000010 110001 10100100 0 1001011 1111 11000 100111000 111100 110000

Color Harmonies of #C231A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231A4

Black with #C231A4

Text Example


Text Example

White with #C231A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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