Html Css Color HEX #C82571 Medium Violet Red

📋 copy color: '#C82571'

red 200 ◦ green 37 ◦ blue 113

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

Shades of Medium Violet Red #C82571

Tints of Medium Violet Red #C82571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

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

R = 57.14%
G = 10.57%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82571 (or 0xC82571) is known color: Medium Violet Red. HEX triplet: C8, 25 and 71. RGB value is (200,37,113). Sum of RGB (Red+Green+Blue) = 200+37+113=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C82571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82571 is #37DA8E. Grayscale: #5E5E5E. Windows color (decimal): -3660431 or 7415240. OLE color: 7415240.

HSL color Cylindrical-coordinate representation of color #C82571: hue angle of 332.02º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82571 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 113 -
CMYK 0 0.82 0.44 0.22
HSL 332.02º 0.69% 0.46% -
HSV(B) 332.02º 0.82% 0.78% -
XYZ 27.46 14.79 17.03 -
YUV 94.4 138.5 203.32 -
System Red Green Blue C M Y K H S L
Decimal 200 37 113 0 0.82 0.44 0.22 332.02 0.69 0.46
Hex C8 25 71 0 52 2C 16 14C 45 2E
Octal 310 45 161 0 122 54 26 514 105 56
Binary 11001000 100101 1110001 0 1010010 101100 10110 101001100 1000101 101110

Color Harmonies of #C82571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82571

Black with #C82571

Text Example


Text Example

White with #C82571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82571; }

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

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

background-color css

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

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

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

border-color css

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

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

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