Html Css Color HEX #C6076A Medium Violet Red

📋 copy color: '#C6076A'

red 198 ◦ green 7 ◦ blue 106

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

Shades of Medium Violet Red #C6076A

Tints of Medium Violet Red #C6076A

RGB

 RED value IS 198 (77.73% from 255) = 63.67%

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 63.67%
G = 2.25%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6076A (or 0xC6076A) is known color: Medium Violet Red. HEX triplet: C6, 07 and 6A. RGB value is (198,7,106). Sum of RGB (Red+Green+Blue) = 198+7+106=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6076A is #39F895. Grayscale: #4B4B4B. Windows color (decimal): -3799190 or 6948806. OLE color: 6948806.

HSL color Cylindrical-coordinate representation of color #C6076A: hue angle of 328.9º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6076A is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 7 106 -
CMYK 0 0.96 0.46 0.22
HSL 328.9º 0.93% 0.4% -
HSV(B) 328.9º 0.96% 0.78% -
XYZ 25.97 13.2 14.81 -
YUV 75.4 145.28 215.45 -
System Red Green Blue C M Y K H S L
Decimal 198 7 106 0 0.96 0.46 0.22 328.9 0.93 0.4
Hex C6 7 6A 0 60 2E 16 149 5D 28
Octal 306 7 152 0 140 56 26 511 135 50
Binary 11000110 111 1101010 0 1100000 101110 10110 101001001 1011101 101000

Color Harmonies of #C6076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6076A

Black with #C6076A

Text Example


Text Example

White with #C6076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6076A; }

 p { color: rgb(198,7,106); }

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

background-color css

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

 a { background-color: rgb(198,7,106); }

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

border-color css

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

 span { border-color: rgb(198,7,106); }

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