Html Css Color HEX #C80390 Medium Violet Red

📋 copy color: '#C80390'

red 200 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #C80390

Tints of Medium Violet Red #C80390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 57.64%
G = 0.86%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C80390 (or 0xC80390) is known color: Medium Violet Red. HEX triplet: C8, 03 and 90. RGB value is (200,3,144). Sum of RGB (Red+Green+Blue) = 200+3+144=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80390 is #37FC6F. Grayscale: #4D4D4D. Windows color (decimal): -3669104 or 9438152. OLE color: 9438152.

HSL color Cylindrical-coordinate representation of color #C80390: hue angle of 317.06º degrees, saturation: 0.97, 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 #C80390 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 144 -
CMYK 0 0.98 0.28 0.22
HSL 317.06º 0.97% 0.4% -
HSV(B) 317.06º 0.99% 0.78% -
XYZ 28.89 14.36 27.63 -
YUV 77.98 165.27 215.04 -
System Red Green Blue C M Y K H S L
Decimal 200 3 144 0 0.98 0.28 0.22 317.06 0.97 0.4
Hex C8 3 90 0 62 1C 16 13D 61 28
Octal 310 3 220 0 142 34 26 475 141 50
Binary 11001000 11 10010000 0 1100010 11100 10110 100111101 1100001 101000

Color Harmonies of #C80390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80390

Black with #C80390

Text Example


Text Example

White with #C80390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80390; }

 p { color: rgb(200,3,144); }

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

background-color css

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

 a { background-color: rgb(200,3,144); }

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

border-color css

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

 span { border-color: rgb(200,3,144); }

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