Html Css Color HEX #C0187E Medium Violet Red

📋 copy color: '#C0187E'

red 192 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #C0187E

Tints of Medium Violet Red #C0187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.84%

R = 56.14%
G = 7.02%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0187E (or 0xC0187E) is known color: Medium Violet Red. HEX triplet: C0, 18 and 7E. RGB value is (192,24,126). Sum of RGB (Red+Green+Blue) = 192+24+126=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0187E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0187E is #3FE781. Grayscale: #555555. Windows color (decimal): -4188034 or 8263872. OLE color: 8263872.

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

Color convert

RGB 192 24 126 -
CMYK 0 0.88 0.34 0.25
HSL 323.57º 0.78% 0.42% -
HSV(B) 323.57º 0.88% 0.75% -
XYZ 25.83 13.37 20.96 -
YUV 85.86 150.66 203.71 -
System Red Green Blue C M Y K H S L
Decimal 192 24 126 0 0.88 0.34 0.25 323.57 0.78 0.42
Hex C0 18 7E 0 58 22 19 144 4E 2A
Octal 300 30 176 0 130 42 31 504 116 52
Binary 11000000 11000 1111110 0 1011000 100010 11001 101000100 1001110 101010

Color Harmonies of #C0187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0187E

Black with #C0187E

Text Example


Text Example

White with #C0187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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