Html Css Color HEX #C82271 Medium Violet Red

📋 copy color: '#C82271'

red 200 ◦ green 34 ◦ blue 113

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

Shades of Medium Violet Red #C82271

Tints of Medium Violet Red #C82271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.8%

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

R = 57.64%
G = 9.8%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C82271 (or 0xC82271) is known color: Medium Violet Red. HEX triplet: C8, 22 and 71. RGB value is (200,34,113). Sum of RGB (Red+Green+Blue) = 200+34+113=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C82271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82271 is #37DD8E. Grayscale: #5C5C5C. Windows color (decimal): -3661199 or 7414472. OLE color: 7414472.

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

Color convert

RGB 200 34 113 -
CMYK 0 0.83 0.44 0.22
HSL 331.45º 0.71% 0.46% -
HSV(B) 331.45º 0.83% 0.78% -
XYZ 27.37 14.62 17 -
YUV 92.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 200 34 113 0 0.83 0.44 0.22 331.45 0.71 0.46
Hex C8 22 71 0 53 2C 16 14B 47 2E
Octal 310 42 161 0 123 54 26 513 107 56
Binary 11001000 100010 1110001 0 1010011 101100 10110 101001011 1000111 101110

Color Harmonies of #C82271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82271

Black with #C82271

Text Example


Text Example

White with #C82271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82271; }

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

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

background-color css

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

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

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

border-color css

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

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

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