Html Css Color HEX #C82BAB Medium Red Violet

📋 copy color: '#C82BAB'

red 200 ◦ green 43 ◦ blue 171

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

Shades of Medium Red Violet #C82BAB

Tints of Medium Red Violet #C82BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 48.31%
G = 10.39%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C82BAB (or 0xC82BAB) is known color: Medium Red Violet. HEX triplet: C8, 2B and AB. RGB value is (200,43,171). Sum of RGB (Red+Green+Blue) = 200+43+171=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BAB is #37D454. Grayscale: #686868. Windows color (decimal): -3658837 or 11217864. OLE color: 11217864.

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

Color convert

RGB 200 43 171 -
CMYK 0 0.78 0.14 0.22
HSL 311.08º 0.65% 0.48% -
HSV(B) 311.08º 0.79% 0.78% -
XYZ 32.03 16.95 40.11 -
YUV 104.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 200 43 171 0 0.78 0.14 0.22 311.08 0.65 0.48
Hex C8 2B AB 0 4E E 16 137 41 30
Octal 310 53 253 0 116 16 26 467 101 60
Binary 11001000 101011 10101011 0 1001110 1110 10110 100110111 1000001 110000

Color Harmonies of #C82BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BAB

Black with #C82BAB

Text Example


Text Example

White with #C82BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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