Html Css Color HEX #C6077D Medium Violet Red

📋 copy color: '#C6077D'

red 198 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #C6077D

Tints of Medium Violet Red #C6077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.88%

R = 60%
G = 2.12%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6077D (or 0xC6077D) is known color: Medium Violet Red. HEX triplet: C6, 07 and 7D. RGB value is (198,7,125). Sum of RGB (Red+Green+Blue) = 198+7+125=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6077D is #39F882. Grayscale: #4D4D4D. Windows color (decimal): -3799171 or 8193990. OLE color: 8193990.

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

Color convert

RGB 198 7 125 -
CMYK 0 0.96 0.37 0.22
HSL 322.93º 0.93% 0.4% -
HSV(B) 322.93º 0.96% 0.78% -
XYZ 27.07 13.64 20.61 -
YUV 77.56 154.78 213.91 -
System Red Green Blue C M Y K H S L
Decimal 198 7 125 0 0.96 0.37 0.22 322.93 0.93 0.4
Hex C6 7 7D 0 60 25 16 143 5D 28
Octal 306 7 175 0 140 45 26 503 135 50
Binary 11000110 111 1111101 0 1100000 100101 10110 101000011 1011101 101000

Color Harmonies of #C6077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6077D

Black with #C6077D

Text Example


Text Example

White with #C6077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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