Html Css Color HEX #C83191 Medium Red Violet

📋 copy color: '#C83191'

red 200 ◦ green 49 ◦ blue 145

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

Shades of Medium Red Violet #C83191

Tints of Medium Red Violet #C83191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.8%

R = 50.76%
G = 12.44%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C83191 (or 0xC83191) is known color: Medium Red Violet. HEX triplet: C8, 31 and 91. RGB value is (200,49,145). Sum of RGB (Red+Green+Blue) = 200+49+145=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C83191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83191 is #37CE6E. Grayscale: #686868. Windows color (decimal): -3657327 or 9515464. OLE color: 9515464.

HSL color Cylindrical-coordinate representation of color #C83191: hue angle of 321.85º 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 #C83191 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 145 -
CMYK 0 0.76 0.28 0.22
HSL 321.85º 0.61% 0.49% -
HSV(B) 321.85º 0.76% 0.78% -
XYZ 30.03 16.52 28.39 -
YUV 105.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 200 49 145 0 0.76 0.28 0.22 321.85 0.61 0.49
Hex C8 31 91 0 4C 1C 16 142 3D 31
Octal 310 61 221 0 114 34 26 502 75 61
Binary 11001000 110001 10010001 0 1001100 11100 10110 101000010 111101 110001

Color Harmonies of #C83191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83191

Black with #C83191

Text Example


Text Example

White with #C83191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83191; }

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

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

background-color css

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

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

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

border-color css

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

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

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