Html Css Color HEX #C01293 Medium Violet Red

📋 copy color: '#C01293'

red 192 ◦ green 18 ◦ blue 147

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

Shades of Medium Violet Red #C01293

Tints of Medium Violet Red #C01293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

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

R = 53.78%
G = 5.04%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01293 (or 0xC01293) is known color: Medium Violet Red. HEX triplet: C0, 12 and 93. RGB value is (192,18,147). Sum of RGB (Red+Green+Blue) = 192+18+147=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C01293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01293 is #3FED6C. Grayscale: #545454. Windows color (decimal): -4189549 or 9638592. OLE color: 9638592.

HSL color Cylindrical-coordinate representation of color #C01293: hue angle of 315.52º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01293 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 18 147 -
CMYK 0 0.91 0.23 0.25
HSL 315.52º 0.83% 0.41% -
HSV(B) 315.52º 0.91% 0.75% -
XYZ 27.22 13.75 28.82 -
YUV 84.73 163.15 204.51 -
System Red Green Blue C M Y K H S L
Decimal 192 18 147 0 0.91 0.23 0.25 315.52 0.83 0.41
Hex C0 12 93 0 5B 17 19 13C 53 29
Octal 300 22 223 0 133 27 31 474 123 51
Binary 11000000 10010 10010011 0 1011011 10111 11001 100111100 1010011 101001

Color Harmonies of #C01293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01293

Black with #C01293

Text Example


Text Example

White with #C01293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01293; }

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

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

background-color css

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

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

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

border-color css

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

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

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