Html Css Color HEX #C01E8C Medium Violet Red

📋 copy color: '#C01E8C'

red 192 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #C01E8C

Tints of Medium Violet Red #C01E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.29%

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

R = 53.04%
G = 8.29%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C01E8C (or 0xC01E8C) is known color: Medium Violet Red. HEX triplet: C0, 1E and 8C. RGB value is (192,30,140). Sum of RGB (Red+Green+Blue) = 192+30+140=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E8C is #3FE173. Grayscale: #5A5A5A. Windows color (decimal): -4186484 or 9182912. OLE color: 9182912.

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

Color convert

RGB 192 30 140 -
CMYK 0 0.84 0.27 0.25
HSL 319.26º 0.73% 0.44% -
HSV(B) 319.26º 0.84% 0.75% -
XYZ 26.94 14.03 26.1 -
YUV 90.98 155.67 200.06 -
System Red Green Blue C M Y K H S L
Decimal 192 30 140 0 0.84 0.27 0.25 319.26 0.73 0.44
Hex C0 1E 8C 0 54 1B 19 13F 49 2C
Octal 300 36 214 0 124 33 31 477 111 54
Binary 11000000 11110 10001100 0 1010100 11011 11001 100111111 1001001 101100

Color Harmonies of #C01E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E8C

Black with #C01E8C

Text Example


Text Example

White with #C01E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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