Html Css Color HEX #C80271 Medium Violet Red

📋 copy color: '#C80271'

red 200 ◦ green 2 ◦ blue 113

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

Shades of Medium Violet Red #C80271

Tints of Medium Violet Red #C80271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 63.49%
G = 0.63%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C80271 (or 0xC80271) is known color: Medium Violet Red. HEX triplet: C8, 02 and 71. RGB value is (200,2,113). Sum of RGB (Red+Green+Blue) = 200+2+113=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C80271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80271 is #37FD8E. Grayscale: #494949. Windows color (decimal): -3669391 or 7406280. OLE color: 7406280.

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

Color convert

RGB 200 2 113 -
CMYK 0 0.99 0.44 0.22
HSL 326.36º 0.98% 0.4% -
HSV(B) 326.36º 0.99% 0.78% -
XYZ 26.82 13.52 16.82 -
YUV 73.86 150.1 217.97 -
System Red Green Blue C M Y K H S L
Decimal 200 2 113 0 0.99 0.44 0.22 326.36 0.98 0.4
Hex C8 2 71 0 63 2C 16 146 62 28
Octal 310 2 161 0 143 54 26 506 142 50
Binary 11001000 10 1110001 0 1100011 101100 10110 101000110 1100010 101000

Color Harmonies of #C80271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80271

Black with #C80271

Text Example


Text Example

White with #C80271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80271; }

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

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

background-color css

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

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

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

border-color css

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

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

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