Html Css Color HEX #C0188D Medium Violet Red

📋 copy color: '#C0188D'

red 192 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #C0188D

Tints of Medium Violet Red #C0188D

RGB

 RED value IS 192 (75.39% from 255) = 53.78%

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 53.78%
G = 6.72%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0188D (or 0xC0188D) is known color: Medium Violet Red. HEX triplet: C0, 18 and 8D. RGB value is (192,24,141). Sum of RGB (Red+Green+Blue) = 192+24+141=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0188D is #3FE772. Grayscale: #575757. Windows color (decimal): -4188019 or 9246912. OLE color: 9246912.

HSL color Cylindrical-coordinate representation of color #C0188D: hue angle of 318.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0188D is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 141 -
CMYK 0 0.88 0.27 0.25
HSL 318.21º 0.78% 0.42% -
HSV(B) 318.21º 0.88% 0.75% -
XYZ 26.87 13.78 26.44 -
YUV 87.57 158.16 202.49 -
System Red Green Blue C M Y K H S L
Decimal 192 24 141 0 0.88 0.27 0.25 318.21 0.78 0.42
Hex C0 18 8D 0 58 1B 19 13E 4E 2A
Octal 300 30 215 0 130 33 31 476 116 52
Binary 11000000 11000 10001101 0 1011000 11011 11001 100111110 1001110 101010

Color Harmonies of #C0188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0188D

Black with #C0188D

Text Example


Text Example

White with #C0188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0188D; }

 p { color: rgb(192,24,141); }

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

background-color css

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

 a { background-color: rgb(192,24,141); }

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

border-color css

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

 span { border-color: rgb(192,24,141); }

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