Html Css Color HEX #C82B7E Medium Red Violet

📋 copy color: '#C82B7E'

red 200 ◦ green 43 ◦ blue 126

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

Shades of Medium Red Violet #C82B7E

Tints of Medium Red Violet #C82B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 54.2%
G = 11.65%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C82B7E (or 0xC82B7E) is known color: Medium Red Violet. HEX triplet: C8, 2B and 7E. RGB value is (200,43,126). Sum of RGB (Red+Green+Blue) = 200+43+126=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C82B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82B7E is #37D481. Grayscale: #636363. Windows color (decimal): -3658882 or 8268744. OLE color: 8268744.

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

Color convert

RGB 200 43 126 -
CMYK 0 0.78 0.37 0.22
HSL 328.28º 0.65% 0.48% -
HSV(B) 328.28º 0.79% 0.78% -
XYZ 28.45 15.51 21.23 -
YUV 99.41 143.01 199.75 -
System Red Green Blue C M Y K H S L
Decimal 200 43 126 0 0.78 0.37 0.22 328.28 0.65 0.48
Hex C8 2B 7E 0 4E 25 16 148 41 30
Octal 310 53 176 0 116 45 26 510 101 60
Binary 11001000 101011 1111110 0 1001110 100101 10110 101001000 1000001 110000

Color Harmonies of #C82B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82B7E

Black with #C82B7E

Text Example


Text Example

White with #C82B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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