Html Css Color HEX #C01E7E Medium Violet Red

📋 copy color: '#C01E7E'

red 192 ◦ green 30 ◦ blue 126

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

Shades of Medium Violet Red #C01E7E

Tints of Medium Violet Red #C01E7E

RGB

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

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

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

R = 55.17%
G = 8.62%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C01E7E (or 0xC01E7E) is known color: Medium Violet Red. HEX triplet: C0, 1E and 7E. RGB value is (192,30,126). Sum of RGB (Red+Green+Blue) = 192+30+126=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E7E is #3FE181. Grayscale: #595959. Windows color (decimal): -4186498 or 8265408. OLE color: 8265408.

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

Color convert

RGB 192 30 126 -
CMYK 0 0.84 0.34 0.25
HSL 324.44º 0.73% 0.44% -
HSV(B) 324.44º 0.84% 0.75% -
XYZ 25.97 13.64 21 -
YUV 89.38 148.67 201.19 -
System Red Green Blue C M Y K H S L
Decimal 192 30 126 0 0.84 0.34 0.25 324.44 0.73 0.44
Hex C0 1E 7E 0 54 22 19 144 49 2C
Octal 300 36 176 0 124 42 31 504 111 54
Binary 11000000 11110 1111110 0 1010100 100010 11001 101000100 1001001 101100

Color Harmonies of #C01E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E7E

Black with #C01E7E

Text Example


Text Example

White with #C01E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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