Html Css Color HEX #C031AA Medium Red Violet

📋 copy color: '#C031AA'

red 192 ◦ green 49 ◦ blue 170

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

Shades of Medium Red Violet #C031AA

Tints of Medium Red Violet #C031AA

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

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

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

R = 46.72%
G = 11.92%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C031AA (or 0xC031AA) is known color: Medium Red Violet. HEX triplet: C0, 31 and AA. RGB value is (192,49,170). Sum of RGB (Red+Green+Blue) = 192+49+170=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AA is #3FCE55. Grayscale: #696969. Windows color (decimal): -4181590 or 11153856. OLE color: 11153856.

HSL color Cylindrical-coordinate representation of color #C031AA: hue angle of 309.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031AA is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 170 -
CMYK 0 0.74 0.11 0.25
HSL 309.23º 0.59% 0.47% -
HSV(B) 309.23º 0.74% 0.75% -
XYZ 30.09 16.31 39.59 -
YUV 105.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 192 49 170 0 0.74 0.11 0.25 309.23 0.59 0.47
Hex C0 31 AA 0 4A B 19 135 3B 2F
Octal 300 61 252 0 112 13 31 465 73 57
Binary 11000000 110001 10101010 0 1001010 1011 11001 100110101 111011 101111

Color Harmonies of #C031AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031AA

Black with #C031AA

Text Example


Text Example

White with #C031AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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