Html Css Color HEX #C00895 Medium Violet Red

📋 copy color: '#C00895'

red 192 ◦ green 8 ◦ blue 149

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

Shades of Medium Violet Red #C00895

Tints of Medium Violet Red #C00895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.69%

R = 55.01%
G = 2.29%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C00895 (or 0xC00895) is known color: Medium Violet Red. HEX triplet: C0, 08 and 95. RGB value is (192,8,149). Sum of RGB (Red+Green+Blue) = 192+8+149=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C00895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00895 is #3FF76A. Grayscale: #4E4E4E. Windows color (decimal): -4192107 or 9767104. OLE color: 9767104.

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

Color convert

RGB 192 8 149 -
CMYK 0 0.96 0.22 0.25
HSL 314.02º 0.92% 0.39% -
HSV(B) 314.02º 0.96% 0.75% -
XYZ 27.25 13.55 29.61 -
YUV 79.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 192 8 149 0 0.96 0.22 0.25 314.02 0.92 0.39
Hex C0 8 95 0 60 16 19 13A 5C 27
Octal 300 10 225 0 140 26 31 472 134 47
Binary 11000000 1000 10010101 0 1100000 10110 11001 100111010 1011100 100111

Color Harmonies of #C00895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00895

Black with #C00895

Text Example


Text Example

White with #C00895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00895; }

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

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

background-color css

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

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

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

border-color css

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

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

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