Html Css Color HEX #C0187D Medium Violet Red

📋 copy color: '#C0187D'

red 192 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #C0187D

Tints of Medium Violet Red #C0187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.66%

R = 56.3%
G = 7.04%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0187D (or 0xC0187D) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7D. RGB value is (192,24,125). Sum of RGB (Red+Green+Blue) = 192+24+125=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187D is #3FE782. Grayscale: #555555. Windows color (decimal): -4188035 or 8198336. OLE color: 8198336.

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

Color convert

RGB 192 24 125 -
CMYK 0 0.88 0.35 0.25
HSL 323.93º 0.78% 0.42% -
HSV(B) 323.93º 0.88% 0.75% -
XYZ 25.77 13.34 20.62 -
YUV 85.75 150.16 203.79 -
System Red Green Blue C M Y K H S L
Decimal 192 24 125 0 0.88 0.35 0.25 323.93 0.78 0.42
Hex C0 18 7D 0 58 23 19 144 4E 2A
Octal 300 30 175 0 130 43 31 504 116 52
Binary 11000000 11000 1111101 0 1011000 100011 11001 101000100 1001110 101010

Color Harmonies of #C0187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0187D

Black with #C0187D

Text Example


Text Example

White with #C0187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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