Html Css Color HEX #C01093 Medium Violet Red

📋 copy color: '#C01093'

red 192 ◦ green 16 ◦ blue 147

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

Shades of Medium Violet Red #C01093

Tints of Medium Violet Red #C01093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

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

R = 54.08%
G = 4.51%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C01093 (or 0xC01093) is known color: Medium Violet Red. HEX triplet: C0, 10 and 93. RGB value is (192,16,147). Sum of RGB (Red+Green+Blue) = 192+16+147=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C01093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01093 is #3FEF6C. Grayscale: #535353. Windows color (decimal): -4190061 or 9638080. OLE color: 9638080.

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

Color convert

RGB 192 16 147 -
CMYK 0 0.92 0.23 0.25
HSL 315.34º 0.85% 0.41% -
HSV(B) 315.34º 0.92% 0.75% -
XYZ 27.19 13.68 28.81 -
YUV 83.56 163.81 205.35 -
System Red Green Blue C M Y K H S L
Decimal 192 16 147 0 0.92 0.23 0.25 315.34 0.85 0.41
Hex C0 10 93 0 5C 17 19 13B 55 29
Octal 300 20 223 0 134 27 31 473 125 51
Binary 11000000 10000 10010011 0 1011100 10111 11001 100111011 1010101 101001

Color Harmonies of #C01093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01093

Black with #C01093

Text Example


Text Example

White with #C01093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01093; }

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

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

background-color css

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

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

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

border-color css

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

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

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