Html Css Color HEX #C00799 Medium Violet Red

📋 copy color: '#C00799'

red 192 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #C00799

Tints of Medium Violet Red #C00799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 54.55%
G = 1.99%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C00799 (or 0xC00799) is known color: Medium Violet Red. HEX triplet: C0, 07 and 99. RGB value is (192,7,153). Sum of RGB (Red+Green+Blue) = 192+7+153=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C00799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00799 is #3FF866. Grayscale: #4E4E4E. Windows color (decimal): -4192359 or 10028992. OLE color: 10028992.

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

Color convert

RGB 192 7 153 -
CMYK 0 0.96 0.20 0.25
HSL 312.65º 0.93% 0.39% -
HSV(B) 312.65º 0.96% 0.75% -
XYZ 27.56 13.66 31.32 -
YUV 78.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 192 7 153 0 0.96 0.20 0.25 312.65 0.93 0.39
Hex C0 7 99 0 60 14 19 139 5D 27
Octal 300 7 231 0 140 24 31 471 135 47
Binary 11000000 111 10011001 0 1100000 10100 11001 100111001 1011101 100111

Color Harmonies of #C00799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00799

Black with #C00799

Text Example


Text Example

White with #C00799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00799; }

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

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

background-color css

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

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

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

border-color css

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

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

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