Html Css Color HEX #C0079A Medium Violet Red

📋 copy color: '#C0079A'

red 192 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #C0079A

Tints of Medium Violet Red #C0079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.63%

R = 54.39%
G = 1.98%
B = 43.63%

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

#C0079A (or 0xC0079A) is known color: Medium Violet Red. HEX triplet: C0, 07 and 9A. RGB value is (192,7,154). Sum of RGB (Red+Green+Blue) = 192+7+154=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 154 (60.55% from 255 or 43.63% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0079A is #3FF865. Grayscale: #4E4E4E. Windows color (decimal): -4192358 or 10094528. OLE color: 10094528.

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

Color convert

RGB 192 7 154 -
CMYK 0 0.96 0.20 0.25
HSL 312.32º 0.93% 0.39% -
HSV(B) 312.32º 0.96% 0.75% -
XYZ 27.65 13.69 31.76 -
YUV 79.07 170.29 208.55 -
System Red Green Blue C M Y K H S L
Decimal 192 7 154 0 0.96 0.20 0.25 312.32 0.93 0.39
Hex C0 7 9A 0 60 14 19 138 5D 27
Octal 300 7 232 0 140 24 31 470 135 47
Binary 11000000 111 10011010 0 1100000 10100 11001 100111000 1011101 100111

Color Harmonies of #C0079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0079A

Black with #C0079A

Text Example


Text Example

White with #C0079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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