Html Css Color HEX #C231A6 Medium Red Violet

📋 copy color: '#C231A6'

red 194 ◦ green 49 ◦ blue 166

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

Shades of Medium Red Violet #C231A6

Tints of Medium Red Violet #C231A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 47.43%
G = 11.98%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C231A6 (or 0xC231A6) is known color: Medium Red Violet. HEX triplet: C2, 31 and A6. RGB value is (194,49,166). Sum of RGB (Red+Green+Blue) = 194+49+166=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C231A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C231A6 is #3DCE59. Grayscale: #696969. Windows color (decimal): -4050522 or 10891714. OLE color: 10891714.

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

Color convert

RGB 194 49 166 -
CMYK 0 0.75 0.14 0.24
HSL 311.59º 0.6% 0.48% -
HSV(B) 311.59º 0.75% 0.76% -
XYZ 30.23 16.42 37.65 -
YUV 105.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 194 49 166 0 0.75 0.14 0.24 311.59 0.6 0.48
Hex C2 31 A6 0 4B E 18 138 3C 30
Octal 302 61 246 0 113 16 30 470 74 60
Binary 11000010 110001 10100110 0 1001011 1110 11000 100111000 111100 110000

Color Harmonies of #C231A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C231A6

Black with #C231A6

Text Example


Text Example

White with #C231A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C231A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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