Html Css Color HEX #C82B91 Medium Red Violet

📋 copy color: '#C82B91'

red 200 ◦ green 43 ◦ blue 145

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

Shades of Medium Red Violet #C82B91

Tints of Medium Red Violet #C82B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.08%

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

R = 51.55%
G = 11.08%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C82B91 (or 0xC82B91) is known color: Medium Red Violet. HEX triplet: C8, 2B and 91. RGB value is (200,43,145). Sum of RGB (Red+Green+Blue) = 200+43+145=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82B91 is #37D46E. Grayscale: #656565. Windows color (decimal): -3658863 or 9513928. OLE color: 9513928.

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

Color convert

RGB 200 43 145 -
CMYK 0 0.78 0.28 0.22
HSL 321.02º 0.65% 0.48% -
HSV(B) 321.02º 0.79% 0.78% -
XYZ 29.79 16.05 28.32 -
YUV 101.57 152.51 198.21 -
System Red Green Blue C M Y K H S L
Decimal 200 43 145 0 0.78 0.28 0.22 321.02 0.65 0.48
Hex C8 2B 91 0 4E 1C 16 141 41 30
Octal 310 53 221 0 116 34 26 501 101 60
Binary 11001000 101011 10010001 0 1001110 11100 10110 101000001 1000001 110000

Color Harmonies of #C82B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B91

Black with #C82B91

Text Example


Text Example

White with #C82B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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