Html Css Color HEX #C6188A Medium Violet Red

📋 copy color: '#C6188A'

red 198 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #C6188A

Tints of Medium Violet Red #C6188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 55%
G = 6.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6188A (or 0xC6188A) is known color: Medium Violet Red. HEX triplet: C6, 18 and 8A. RGB value is (198,24,138). Sum of RGB (Red+Green+Blue) = 198+24+138=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6188A is #39E775. Grayscale: #585858. Windows color (decimal): -3794806 or 9050310. OLE color: 9050310.

HSL color Cylindrical-coordinate representation of color #C6188A: hue angle of 320.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C6188A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 24 138 -
CMYK 0 0.88 0.30 0.22
HSL 320.69º 0.78% 0.44% -
HSV(B) 320.69º 0.88% 0.78% -
XYZ 28.2 14.49 25.36 -
YUV 89.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 198 24 138 0 0.88 0.30 0.22 320.69 0.78 0.44
Hex C6 18 8A 0 58 1E 16 141 4E 2C
Octal 306 30 212 0 130 36 26 501 116 54
Binary 11000110 11000 10001010 0 1011000 11110 10110 101000001 1001110 101100

Color Harmonies of #C6188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6188A

Black with #C6188A

Text Example


Text Example

White with #C6188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6188A; }

 p { color: rgb(198,24,138); }

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

background-color css

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

 a { background-color: rgb(198,24,138); }

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

border-color css

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

 span { border-color: rgb(198,24,138); }

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