Html Css Color HEX #C6169C Medium Violet Red

📋 copy color: '#C6169C'

red 198 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #C6169C

Tints of Medium Violet Red #C6169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.85%

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

R = 52.66%
G = 5.85%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C6169C (or 0xC6169C) is known color: Medium Violet Red. HEX triplet: C6, 16 and 9C. RGB value is (198,22,156). Sum of RGB (Red+Green+Blue) = 198+22+156=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6169C is #39E963. Grayscale: #595959. Windows color (decimal): -3795300 or 10229446. OLE color: 10229446.

HSL color Cylindrical-coordinate representation of color #C6169C: hue angle of 314.32º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6169C is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 156 -
CMYK 0 0.89 0.21 0.22
HSL 314.32º 0.8% 0.43% -
HSV(B) 314.32º 0.89% 0.78% -
XYZ 29.58 14.98 32.79 -
YUV 89.9 165.31 205.1 -
System Red Green Blue C M Y K H S L
Decimal 198 22 156 0 0.89 0.21 0.22 314.32 0.8 0.43
Hex C6 16 9C 0 59 15 16 13A 50 2B
Octal 306 26 234 0 131 25 26 472 120 53
Binary 11000110 10110 10011100 0 1011001 10101 10110 100111010 1010000 101011

Color Harmonies of #C6169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6169C

Black with #C6169C

Text Example


Text Example

White with #C6169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6169C; }

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

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

background-color css

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

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

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

border-color css

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

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

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