Html Css Color HEX #C82991 Medium Red Violet

📋 copy color: '#C82991'

red 200 ◦ green 41 ◦ blue 145

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

Shades of Medium Red Violet #C82991

Tints of Medium Red Violet #C82991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.62%

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

R = 51.81%
G = 10.62%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82991 (or 0xC82991) is known color: Medium Red Violet. HEX triplet: C8, 29 and 91. RGB value is (200,41,145). Sum of RGB (Red+Green+Blue) = 200+41+145=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C82991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82991 is #37D66E. Grayscale: #646464. Windows color (decimal): -3659375 or 9513416. OLE color: 9513416.

HSL color Cylindrical-coordinate representation of color #C82991: hue angle of 320.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82991 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 145 -
CMYK 0 0.80 0.28 0.22
HSL 320.75º 0.66% 0.47% -
HSV(B) 320.75º 0.8% 0.78% -
XYZ 29.72 15.91 28.29 -
YUV 100.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 200 41 145 0 0.80 0.28 0.22 320.75 0.66 0.47
Hex C8 29 91 0 50 1C 16 141 42 2F
Octal 310 51 221 0 120 34 26 501 102 57
Binary 11001000 101001 10010001 0 1010000 11100 10110 101000001 1000010 101111

Color Harmonies of #C82991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82991

Black with #C82991

Text Example


Text Example

White with #C82991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82991; }

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

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

background-color css

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

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

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

border-color css

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

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

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