Html Css Color HEX #C6169D Medium Violet Red

📋 copy color: '#C6169D'

red 198 ◦ green 22 ◦ blue 157

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

Shades of Medium Violet Red #C6169D

Tints of Medium Violet Red #C6169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 52.52%
G = 5.84%
B = 41.64%

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

#C6169D (or 0xC6169D) is known color: Medium Violet Red. HEX triplet: C6, 16 and 9D. RGB value is (198,22,157). Sum of RGB (Red+Green+Blue) = 198+22+157=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6169D is #39E962. Grayscale: #595959. Windows color (decimal): -3795299 or 10294982. OLE color: 10294982.

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

Color convert

RGB 198 22 157 -
CMYK 0 0.89 0.21 0.22
HSL 313.98º 0.8% 0.43% -
HSV(B) 313.98º 0.89% 0.78% -
XYZ 29.66 15.01 33.23 -
YUV 90.01 165.81 205.02 -
System Red Green Blue C M Y K H S L
Decimal 198 22 157 0 0.89 0.21 0.22 313.98 0.8 0.43
Hex C6 16 9D 0 59 15 16 13A 50 2B
Octal 306 26 235 0 131 25 26 472 120 53
Binary 11000110 10110 10011101 0 1011001 10101 10110 100111010 1010000 101011

Color Harmonies of #C6169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6169D

Black with #C6169D

Text Example


Text Example

White with #C6169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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