Html Css Color HEX #C6069C Medium Violet Red

📋 copy color: '#C6069C'

red 198 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #C6069C

Tints of Medium Violet Red #C6069C

RGB

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

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

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

R = 55%
G = 1.67%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6069C (or 0xC6069C) is known color: Medium Violet Red. HEX triplet: C6, 06 and 9C. RGB value is (198,6,156). Sum of RGB (Red+Green+Blue) = 198+6+156=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6069C is #39F963. Grayscale: #505050. Windows color (decimal): -3799396 or 10225350. OLE color: 10225350.

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

Color convert

RGB 198 6 156 -
CMYK 0 0.97 0.21 0.22
HSL 313.13º 0.94% 0.4% -
HSV(B) 313.13º 0.97% 0.78% -
XYZ 29.35 14.54 32.71 -
YUV 80.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 198 6 156 0 0.97 0.21 0.22 313.13 0.94 0.4
Hex C6 6 9C 0 61 15 16 139 5E 28
Octal 306 6 234 0 141 25 26 471 136 50
Binary 11000110 110 10011100 0 1100001 10101 10110 100111001 1011110 101000

Color Harmonies of #C6069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6069C

Black with #C6069C

Text Example


Text Example

White with #C6069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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