Html Css Color HEX #C01E8A Medium Violet Red

📋 copy color: '#C01E8A'

red 192 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #C01E8A

Tints of Medium Violet Red #C01E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 53.33%
G = 8.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C01E8A (or 0xC01E8A) is known color: Medium Violet Red. HEX triplet: C0, 1E and 8A. RGB value is (192,30,138). Sum of RGB (Red+Green+Blue) = 192+30+138=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E8A is #3FE175. Grayscale: #5A5A5A. Windows color (decimal): -4186486 or 9051840. OLE color: 9051840.

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

Color convert

RGB 192 30 138 -
CMYK 0 0.84 0.28 0.25
HSL 320º 0.73% 0.44% -
HSV(B) 320º 0.84% 0.75% -
XYZ 26.79 13.97 25.33 -
YUV 90.75 154.67 200.22 -
System Red Green Blue C M Y K H S L
Decimal 192 30 138 0 0.84 0.28 0.25 320 0.73 0.44
Hex C0 1E 8A 0 54 1C 19 140 49 2C
Octal 300 36 212 0 124 34 31 500 111 54
Binary 11000000 11110 10001010 0 1010100 11100 11001 101000000 1001001 101100

Color Harmonies of #C01E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E8A

Black with #C01E8A

Text Example


Text Example

White with #C01E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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