Html Css Color HEX #C0079D Medium Violet Red

📋 copy color: '#C0079D'

red 192 ◦ green 7 ◦ blue 157

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

Shades of Medium Violet Red #C0079D

Tints of Medium Violet Red #C0079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 53.93%
G = 1.97%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0079D (or 0xC0079D) is known color: Medium Violet Red. HEX triplet: C0, 07 and 9D. RGB value is (192,7,157). Sum of RGB (Red+Green+Blue) = 192+7+157=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0079D is #3FF862. Grayscale: #4F4F4F. Windows color (decimal): -4192355 or 10291136. OLE color: 10291136.

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

Color convert

RGB 192 7 157 -
CMYK 0 0.96 0.18 0.25
HSL 311.35º 0.93% 0.39% -
HSV(B) 311.35º 0.96% 0.75% -
XYZ 27.9 13.79 33.09 -
YUV 79.42 171.79 208.3 -
System Red Green Blue C M Y K H S L
Decimal 192 7 157 0 0.96 0.18 0.25 311.35 0.93 0.39
Hex C0 7 9D 0 60 12 19 137 5D 27
Octal 300 7 235 0 140 22 31 467 135 47
Binary 11000000 111 10011101 0 1100000 10010 11001 100110111 1011101 100111

Color Harmonies of #C0079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0079D

Black with #C0079D

Text Example


Text Example

White with #C0079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0079D; }

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

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

background-color css

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

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

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

border-color css

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

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

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