Html Css Color HEX #C6156C Medium Violet Red

📋 copy color: '#C6156C'

red 198 ◦ green 21 ◦ blue 108

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

Shades of Medium Violet Red #C6156C

Tints of Medium Violet Red #C6156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 60.55%
G = 6.42%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6156C (or 0xC6156C) is known color: Medium Violet Red. HEX triplet: C6, 15 and 6C. RGB value is (198,21,108). Sum of RGB (Red+Green+Blue) = 198+21+108=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6156C is #39EA93. Grayscale: #535353. Windows color (decimal): -3795604 or 7083462. OLE color: 7083462.

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

Color convert

RGB 198 21 108 -
CMYK 0 0.89 0.45 0.22
HSL 330.51º 0.81% 0.43% -
HSV(B) 330.51º 0.89% 0.78% -
XYZ 26.26 13.62 15.43 -
YUV 83.84 141.64 209.43 -
System Red Green Blue C M Y K H S L
Decimal 198 21 108 0 0.89 0.45 0.22 330.51 0.81 0.43
Hex C6 15 6C 0 59 2D 16 14B 51 2B
Octal 306 25 154 0 131 55 26 513 121 53
Binary 11000110 10101 1101100 0 1011001 101101 10110 101001011 1010001 101011

Color Harmonies of #C6156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6156C

Black with #C6156C

Text Example


Text Example

White with #C6156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6156C; }

 p { color: rgb(198,21,108); }

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

background-color css

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

 a { background-color: rgb(198,21,108); }

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

border-color css

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

 span { border-color: rgb(198,21,108); }

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