Html Css Color HEX #C82C71 Medium Red Violet

📋 copy color: '#C82C71'

red 200 ◦ green 44 ◦ blue 113

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

Shades of Medium Red Violet #C82C71

Tints of Medium Red Violet #C82C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.32%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 56.02%
G = 12.32%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82C71 (or 0xC82C71) is known color: Medium Red Violet. HEX triplet: C8, 2C and 71. RGB value is (200,44,113). Sum of RGB (Red+Green+Blue) = 200+44+113=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C71 is #37D38E. Grayscale: #626262. Windows color (decimal): -3658639 or 7417032. OLE color: 7417032.

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

Color convert

RGB 200 44 113 -
CMYK 0 0.78 0.44 0.22
HSL 333.46º 0.64% 0.48% -
HSV(B) 333.46º 0.78% 0.78% -
XYZ 27.7 15.27 17.11 -
YUV 98.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 200 44 113 0 0.78 0.44 0.22 333.46 0.64 0.48
Hex C8 2C 71 0 4E 2C 16 14D 40 30
Octal 310 54 161 0 116 54 26 515 100 60
Binary 11001000 101100 1110001 0 1001110 101100 10110 101001101 1000000 110000

Color Harmonies of #C82C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C71

Black with #C82C71

Text Example


Text Example

White with #C82C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C71; }

 p { color: rgb(200,44,113); }

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

background-color css

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

 a { background-color: rgb(200,44,113); }

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

border-color css

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

 span { border-color: rgb(200,44,113); }

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