Html Css Color HEX #C82BA7 Medium Red Violet

📋 copy color: '#C82BA7'

red 200 ◦ green 43 ◦ blue 167

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

Shades of Medium Red Violet #C82BA7

Tints of Medium Red Violet #C82BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 48.78%
G = 10.49%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C82BA7 (or 0xC82BA7) is known color: Medium Red Violet. HEX triplet: C8, 2B and A7. RGB value is (200,43,167). Sum of RGB (Red+Green+Blue) = 200+43+167=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C82BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82BA7 is #37D458. Grayscale: #676767. Windows color (decimal): -3658841 or 10955720. OLE color: 10955720.

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

Color convert

RGB 200 43 167 -
CMYK 0 0.78 0.16 0.22
HSL 312.61º 0.65% 0.48% -
HSV(B) 312.61º 0.79% 0.78% -
XYZ 31.66 16.8 38.13 -
YUV 104.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 200 43 167 0 0.78 0.16 0.22 312.61 0.65 0.48
Hex C8 2B A7 0 4E 10 16 139 41 30
Octal 310 53 247 0 116 20 26 471 101 60
Binary 11001000 101011 10100111 0 1001110 10000 10110 100111001 1000001 110000

Color Harmonies of #C82BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82BA7

Black with #C82BA7

Text Example


Text Example

White with #C82BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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