Html Css Color HEX #C82B7D Medium Red Violet

📋 copy color: '#C82B7D'

red 200 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #C82B7D

Tints of Medium Red Violet #C82B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.97%

R = 54.35%
G = 11.68%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C82B7D (or 0xC82B7D) is known color: Medium Red Violet. HEX triplet: C8, 2B and 7D. RGB value is (200,43,125). Sum of RGB (Red+Green+Blue) = 200+43+125=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B7D is #37D482. Grayscale: #636363. Windows color (decimal): -3658883 or 8203208. OLE color: 8203208.

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

Color convert

RGB 200 43 125 -
CMYK 0 0.78 0.38 0.22
HSL 328.66º 0.65% 0.48% -
HSV(B) 328.66º 0.79% 0.78% -
XYZ 28.38 15.49 20.9 -
YUV 99.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 200 43 125 0 0.78 0.38 0.22 328.66 0.65 0.48
Hex C8 2B 7D 0 4E 26 16 149 41 30
Octal 310 53 175 0 116 46 26 511 101 60
Binary 11001000 101011 1111101 0 1001110 100110 10110 101001001 1000001 110000

Color Harmonies of #C82B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B7D

Black with #C82B7D

Text Example


Text Example

White with #C82B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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