Html Css Color HEX #C01793 Medium Violet Red

📋 copy color: '#C01793'

red 192 ◦ green 23 ◦ blue 147

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

Shades of Medium Violet Red #C01793

Tints of Medium Violet Red #C01793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.35%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 53.04%
G = 6.35%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01793 (or 0xC01793) is known color: Medium Violet Red. HEX triplet: C0, 17 and 93. RGB value is (192,23,147). Sum of RGB (Red+Green+Blue) = 192+23+147=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01793 is #3FE86C. Grayscale: #575757. Windows color (decimal): -4188269 or 9639872. OLE color: 9639872.

HSL color Cylindrical-coordinate representation of color #C01793: hue angle of 315.98º degrees, saturation: 0.79, 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 #C01793 is Cyan = 0, Magento = 0.88, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 147 -
CMYK 0 0.88 0.23 0.25
HSL 315.98º 0.79% 0.42% -
HSV(B) 315.98º 0.88% 0.75% -
XYZ 27.31 13.93 28.85 -
YUV 87.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 192 23 147 0 0.88 0.23 0.25 315.98 0.79 0.42
Hex C0 17 93 0 58 17 19 13C 4F 2A
Octal 300 27 223 0 130 27 31 474 117 52
Binary 11000000 10111 10010011 0 1011000 10111 11001 100111100 1001111 101010

Color Harmonies of #C01793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01793

Black with #C01793

Text Example


Text Example

White with #C01793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01793; }

 p { color: rgb(192,23,147); }

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

background-color css

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

 a { background-color: rgb(192,23,147); }

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

border-color css

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

 span { border-color: rgb(192,23,147); }

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