Html Css Color HEX #C0188C Medium Violet Red

📋 copy color: '#C0188C'

red 192 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #C0188C

Tints of Medium Violet Red #C0188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 53.93%
G = 6.74%
B = 39.33%

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

#C0188C (or 0xC0188C) is known color: Medium Violet Red. HEX triplet: C0, 18 and 8C. RGB value is (192,24,140). Sum of RGB (Red+Green+Blue) = 192+24+140=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0188C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0188C is #3FE773. Grayscale: #575757. Windows color (decimal): -4188020 or 9181376. OLE color: 9181376.

HSL color Cylindrical-coordinate representation of color #C0188C: hue angle of 318.57º 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 #C0188C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 140 -
CMYK 0 0.88 0.27 0.25
HSL 318.57º 0.78% 0.42% -
HSV(B) 318.57º 0.88% 0.75% -
XYZ 26.8 13.75 26.05 -
YUV 87.46 157.66 202.57 -
System Red Green Blue C M Y K H S L
Decimal 192 24 140 0 0.88 0.27 0.25 318.57 0.78 0.42
Hex C0 18 8C 0 58 1B 19 13F 4E 2A
Octal 300 30 214 0 130 33 31 477 116 52
Binary 11000000 11000 10001100 0 1011000 11011 11001 100111111 1001110 101010

Color Harmonies of #C0188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0188C

Black with #C0188C

Text Example


Text Example

White with #C0188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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