Html Css Color HEX #C00795 Medium Violet Red

📋 copy color: '#C00795'

red 192 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #C00795

Tints of Medium Violet Red #C00795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 55.17%
G = 2.01%
B = 42.82%

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

#C00795 (or 0xC00795) is known color: Medium Violet Red. HEX triplet: C0, 07 and 95. RGB value is (192,7,149). Sum of RGB (Red+Green+Blue) = 192+7+149=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C00795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00795 is #3FF86A. Grayscale: #4E4E4E. Windows color (decimal): -4192363 or 9766848. OLE color: 9766848.

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

Color convert

RGB 192 7 149 -
CMYK 0 0.96 0.22 0.25
HSL 313.95º 0.93% 0.39% -
HSV(B) 313.95º 0.96% 0.75% -
XYZ 27.24 13.53 29.61 -
YUV 78.5 167.79 208.95 -
System Red Green Blue C M Y K H S L
Decimal 192 7 149 0 0.96 0.22 0.25 313.95 0.93 0.39
Hex C0 7 95 0 60 16 19 13A 5D 27
Octal 300 7 225 0 140 26 31 472 135 47
Binary 11000000 111 10010101 0 1100000 10110 11001 100111010 1011101 100111

Color Harmonies of #C00795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00795

Black with #C00795

Text Example


Text Example

White with #C00795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00795; }

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

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

background-color css

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

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

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

border-color css

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

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

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