Html Css Color HEX #C6067A Medium Violet Red

📋 copy color: '#C6067A'

red 198 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #C6067A

Tints of Medium Violet Red #C6067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.84%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 60.74%
G = 1.84%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6067A (or 0xC6067A) is known color: Medium Violet Red. HEX triplet: C6, 06 and 7A. RGB value is (198,6,122). Sum of RGB (Red+Green+Blue) = 198+6+122=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6067A is #39F985. Grayscale: #4C4C4C. Windows color (decimal): -3799430 or 7997126. OLE color: 7997126.

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

Color convert

RGB 198 6 122 -
CMYK 0 0.97 0.38 0.22
HSL 323.75º 0.94% 0.4% -
HSV(B) 323.75º 0.97% 0.78% -
XYZ 26.87 13.54 19.61 -
YUV 76.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 198 6 122 0 0.97 0.38 0.22 323.75 0.94 0.4
Hex C6 6 7A 0 61 26 16 144 5E 28
Octal 306 6 172 0 141 46 26 504 136 50
Binary 11000110 110 1111010 0 1100001 100110 10110 101000100 1011110 101000

Color Harmonies of #C6067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6067A

Black with #C6067A

Text Example


Text Example

White with #C6067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6067A; }

 p { color: rgb(198,6,122); }

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

background-color css

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

 a { background-color: rgb(198,6,122); }

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

border-color css

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

 span { border-color: rgb(198,6,122); }

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