Html Css Color HEX #C831A2 Medium Red Violet

📋 copy color: '#C831A2'

red 200 ◦ green 49 ◦ blue 162

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

Shades of Medium Red Violet #C831A2

Tints of Medium Red Violet #C831A2

RGB

 RED value IS 200 (78.52% from 255) = 48.66%

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

 BLUE value IS 162 (63.67% from 255) = 39.42%

R = 48.66%
G = 11.92%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C831A2 (or 0xC831A2) is known color: Medium Red Violet. HEX triplet: C8, 31 and A2. RGB value is (200,49,162). Sum of RGB (Red+Green+Blue) = 200+49+162=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C831A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831A2 is #37CE5D. Grayscale: #6A6A6A. Windows color (decimal): -3657310 or 10629576. OLE color: 10629576.

HSL color Cylindrical-coordinate representation of color #C831A2: hue angle of 315.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C831A2 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 162 -
CMYK 0 0.76 0.19 0.22
HSL 315.1º 0.61% 0.49% -
HSV(B) 315.1º 0.76% 0.78% -
XYZ 31.44 17.08 35.82 -
YUV 107.03 159.03 194.31 -
System Red Green Blue C M Y K H S L
Decimal 200 49 162 0 0.76 0.19 0.22 315.1 0.61 0.49
Hex C8 31 A2 0 4C 13 16 13B 3D 31
Octal 310 61 242 0 114 23 26 473 75 61
Binary 11001000 110001 10100010 0 1001100 10011 10110 100111011 111101 110001

Color Harmonies of #C831A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831A2

Black with #C831A2

Text Example


Text Example

White with #C831A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831A2; }

 p { color: rgb(200,49,162); }

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

background-color css

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

 a { background-color: rgb(200,49,162); }

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

border-color css

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

 span { border-color: rgb(200,49,162); }

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