Html Css Color HEX #C82BAA Medium Red Violet

📋 copy color: '#C82BAA'

red 200 ◦ green 43 ◦ blue 170

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

Shades of Medium Red Violet #C82BAA

Tints of Medium Red Violet #C82BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.16%

R = 48.43%
G = 10.41%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C82BAA (or 0xC82BAA) is known color: Medium Red Violet. HEX triplet: C8, 2B and AA. RGB value is (200,43,170). Sum of RGB (Red+Green+Blue) = 200+43+170=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BAA is #37D455. Grayscale: #686868. Windows color (decimal): -3658838 or 11152328. OLE color: 11152328.

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

Color convert

RGB 200 43 170 -
CMYK 0 0.78 0.15 0.22
HSL 311.47º 0.65% 0.48% -
HSV(B) 311.47º 0.79% 0.78% -
XYZ 31.94 16.91 39.61 -
YUV 104.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 200 43 170 0 0.78 0.15 0.22 311.47 0.65 0.48
Hex C8 2B AA 0 4E F 16 137 41 30
Octal 310 53 252 0 116 17 26 467 101 60
Binary 11001000 101011 10101010 0 1001110 1111 10110 100110111 1000001 110000

Color Harmonies of #C82BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BAA

Black with #C82BAA

Text Example


Text Example

White with #C82BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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