Html Css Color HEX #C00890 Medium Violet Red

📋 copy color: '#C00890'

red 192 ◦ green 8 ◦ blue 144

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

Shades of Medium Violet Red #C00890

Tints of Medium Violet Red #C00890

RGB

 RED value IS 192 (75.39% from 255) = 55.81%

 GREEN value IS 8 (3.52% from 255) = 2.33%

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

R = 55.81%
G = 2.33%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C00890 (or 0xC00890) is known color: Medium Violet Red. HEX triplet: C0, 08 and 90. RGB value is (192,8,144). Sum of RGB (Red+Green+Blue) = 192+8+144=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C00890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00890 is #3FF76F. Grayscale: #4E4E4E. Windows color (decimal): -4192112 or 9439424. OLE color: 9439424.

HSL color Cylindrical-coordinate representation of color #C00890: hue angle of 315.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00890 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 144 -
CMYK 0 0.96 0.25 0.25
HSL 315.65º 0.92% 0.39% -
HSV(B) 315.65º 0.96% 0.75% -
XYZ 26.86 13.39 27.56 -
YUV 78.52 164.96 208.94 -
System Red Green Blue C M Y K H S L
Decimal 192 8 144 0 0.96 0.25 0.25 315.65 0.92 0.39
Hex C0 8 90 0 60 19 19 13C 5C 27
Octal 300 10 220 0 140 31 31 474 134 47
Binary 11000000 1000 10010000 0 1100000 11001 11001 100111100 1011100 100111

Color Harmonies of #C00890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00890

Black with #C00890

Text Example


Text Example

White with #C00890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00890; }

 p { color: rgb(192,8,144); }

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

background-color css

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

 a { background-color: rgb(192,8,144); }

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

border-color css

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

 span { border-color: rgb(192,8,144); }

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