Html Css Color HEX #C0186F Medium Violet Red

📋 copy color: '#C0186F'

red 192 ◦ green 24 ◦ blue 111

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

Shades of Medium Violet Red #C0186F

Tints of Medium Violet Red #C0186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 58.72%
G = 7.34%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0186F (or 0xC0186F) is known color: Medium Violet Red. HEX triplet: C0, 18 and 6F. RGB value is (192,24,111). Sum of RGB (Red+Green+Blue) = 192+24+111=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0186F is #3FE790. Grayscale: #535353. Windows color (decimal): -4188049 or 7280832. OLE color: 7280832.

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

Color convert

RGB 192 24 111 -
CMYK 0 0.88 0.42 0.25
HSL 328.93º 0.78% 0.42% -
HSV(B) 328.93º 0.88% 0.75% -
XYZ 24.93 13.01 16.24 -
YUV 84.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 192 24 111 0 0.88 0.42 0.25 328.93 0.78 0.42
Hex C0 18 6F 0 58 2A 19 149 4E 2A
Octal 300 30 157 0 130 52 31 511 116 52
Binary 11000000 11000 1101111 0 1011000 101010 11001 101001001 1001110 101010

Color Harmonies of #C0186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0186F

Black with #C0186F

Text Example


Text Example

White with #C0186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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