Html Css Color HEX #C0079C Medium Violet Red

📋 copy color: '#C0079C'

red 192 ◦ green 7 ◦ blue 156

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

Shades of Medium Violet Red #C0079C

Tints of Medium Violet Red #C0079C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 54.08%
G = 1.97%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0079C (or 0xC0079C) is known color: Medium Violet Red. HEX triplet: C0, 07 and 9C. RGB value is (192,7,156). Sum of RGB (Red+Green+Blue) = 192+7+156=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0079C is #3FF863. Grayscale: #4E4E4E. Windows color (decimal): -4192356 or 10225600. OLE color: 10225600.

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

Color convert

RGB 192 7 156 -
CMYK 0 0.96 0.19 0.25
HSL 311.68º 0.93% 0.39% -
HSV(B) 311.68º 0.96% 0.75% -
XYZ 27.81 13.76 32.64 -
YUV 79.3 171.29 208.38 -
System Red Green Blue C M Y K H S L
Decimal 192 7 156 0 0.96 0.19 0.25 311.68 0.93 0.39
Hex C0 7 9C 0 60 13 19 138 5D 27
Octal 300 7 234 0 140 23 31 470 135 47
Binary 11000000 111 10011100 0 1100000 10011 11001 100111000 1011101 100111

Color Harmonies of #C0079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0079C

Black with #C0079C

Text Example


Text Example

White with #C0079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0079C; }

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

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

background-color css

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

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

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

border-color css

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

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

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