Html Css Color HEX #C82971 Medium Red Violet

📋 copy color: '#C82971'

red 200 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #C82971

Tints of Medium Red Violet #C82971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

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

R = 56.5%
G = 11.58%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82971 (or 0xC82971) is known color: Medium Red Violet. HEX triplet: C8, 29 and 71. RGB value is (200,41,113). Sum of RGB (Red+Green+Blue) = 200+41+113=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C82971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82971 is #37D68E. Grayscale: #606060. Windows color (decimal): -3659407 or 7416264. OLE color: 7416264.

HSL color Cylindrical-coordinate representation of color #C82971: hue angle of 332.83º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82971 is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 113 -
CMYK 0 0.80 0.44 0.22
HSL 332.83º 0.66% 0.47% -
HSV(B) 332.83º 0.8% 0.78% -
XYZ 27.59 15.06 17.07 -
YUV 96.75 137.18 201.65 -
System Red Green Blue C M Y K H S L
Decimal 200 41 113 0 0.80 0.44 0.22 332.83 0.66 0.47
Hex C8 29 71 0 50 2C 16 14D 42 2F
Octal 310 51 161 0 120 54 26 515 102 57
Binary 11001000 101001 1110001 0 1010000 101100 10110 101001101 1000010 101111

Color Harmonies of #C82971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82971

Black with #C82971

Text Example


Text Example

White with #C82971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82971; }

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

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

background-color css

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

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

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

border-color css

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

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

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