Html Css Color HEX #C01E7B Medium Violet Red

📋 copy color: '#C01E7B'

red 192 ◦ green 30 ◦ blue 123

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

Shades of Medium Violet Red #C01E7B

Tints of Medium Violet Red #C01E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 55.65%
G = 8.7%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C01E7B (or 0xC01E7B) is known color: Medium Violet Red. HEX triplet: C0, 1E and 7B. RGB value is (192,30,123). Sum of RGB (Red+Green+Blue) = 192+30+123=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E7B is #3FE184. Grayscale: #585858. Windows color (decimal): -4186501 or 8068800. OLE color: 8068800.

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

Color convert

RGB 192 30 123 -
CMYK 0 0.84 0.36 0.25
HSL 325.56º 0.73% 0.44% -
HSV(B) 325.56º 0.84% 0.75% -
XYZ 25.78 13.57 20 -
YUV 89.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 192 30 123 0 0.84 0.36 0.25 325.56 0.73 0.44
Hex C0 1E 7B 0 54 24 19 146 49 2C
Octal 300 36 173 0 124 44 31 506 111 54
Binary 11000000 11110 1111011 0 1010100 100100 11001 101000110 1001001 101100

Color Harmonies of #C01E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E7B

Black with #C01E7B

Text Example


Text Example

White with #C01E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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