Html Css Color HEX #C80273 Medium Violet Red

📋 copy color: '#C80273'

red 200 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #C80273

Tints of Medium Violet Red #C80273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 63.09%
G = 0.63%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C80273 (or 0xC80273) is known color: Medium Violet Red. HEX triplet: C8, 02 and 73. RGB value is (200,2,115). Sum of RGB (Red+Green+Blue) = 200+2+115=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C80273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80273 is #37FD8C. Grayscale: #494949. Windows color (decimal): -3669389 or 7537352. OLE color: 7537352.

HSL color Cylindrical-coordinate representation of color #C80273: hue angle of 325.76º 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 #C80273 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 115 -
CMYK 0 0.99 0.42 0.22
HSL 325.76º 0.98% 0.4% -
HSV(B) 325.76º 0.99% 0.78% -
XYZ 26.94 13.56 17.42 -
YUV 74.08 151.1 217.81 -
System Red Green Blue C M Y K H S L
Decimal 200 2 115 0 0.99 0.42 0.22 325.76 0.98 0.4
Hex C8 2 73 0 63 2A 16 146 62 28
Octal 310 2 163 0 143 52 26 506 142 50
Binary 11001000 10 1110011 0 1100011 101010 10110 101000110 1100010 101000

Color Harmonies of #C80273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80273

Black with #C80273

Text Example


Text Example

White with #C80273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80273; }

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

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

background-color css

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

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

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

border-color css

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

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

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