Html Css Color HEX #C80292 Medium Violet Red

📋 copy color: '#C80292'

red 200 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #C80292

Tints of Medium Violet Red #C80292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 57.47%
G = 0.57%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C80292 (or 0xC80292) is known color: Medium Violet Red. HEX triplet: C8, 02 and 92. RGB value is (200,2,146). Sum of RGB (Red+Green+Blue) = 200+2+146=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 2 (1.17% from 255 or 0.57% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C80292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80292 is #37FD6D. Grayscale: #4D4D4D. Windows color (decimal): -3669358 or 9568968. OLE color: 9568968.

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

Color convert

RGB 200 2 146 -
CMYK 0 0.99 0.27 0.22
HSL 316.36º 0.98% 0.4% -
HSV(B) 316.36º 0.99% 0.78% -
XYZ 29.03 14.4 28.44 -
YUV 77.62 166.6 215.29 -
System Red Green Blue C M Y K H S L
Decimal 200 2 146 0 0.99 0.27 0.22 316.36 0.98 0.4
Hex C8 2 92 0 63 1B 16 13C 62 28
Octal 310 2 222 0 143 33 26 474 142 50
Binary 11001000 10 10010010 0 1100011 11011 10110 100111100 1100010 101000

Color Harmonies of #C80292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80292

Black with #C80292

Text Example


Text Example

White with #C80292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80292; }

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

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

background-color css

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

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

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

border-color css

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

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

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