Html Css Color HEX #C01390 Medium Violet Red

📋 copy color: '#C01390'

red 192 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #C01390

Tints of Medium Violet Red #C01390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 144 (56.64% from 255) = 40.56%

R = 54.08%
G = 5.35%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C01390 (or 0xC01390) is known color: Medium Violet Red. HEX triplet: C0, 13 and 90. RGB value is (192,19,144). Sum of RGB (Red+Green+Blue) = 192+19+144=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C01390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01390 is #3FEC6F. Grayscale: #545454. Windows color (decimal): -4189296 or 9442240. OLE color: 9442240.

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

Color convert

RGB 192 19 144 -
CMYK 0 0.90 0.25 0.25
HSL 316.65º 0.82% 0.41% -
HSV(B) 316.65º 0.9% 0.75% -
XYZ 27.01 13.69 27.6 -
YUV 84.98 161.31 204.34 -
System Red Green Blue C M Y K H S L
Decimal 192 19 144 0 0.90 0.25 0.25 316.65 0.82 0.41
Hex C0 13 90 0 5A 19 19 13D 52 29
Octal 300 23 220 0 132 31 31 475 122 51
Binary 11000000 10011 10010000 0 1011010 11001 11001 100111101 1010010 101001

Color Harmonies of #C01390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01390

Black with #C01390

Text Example


Text Example

White with #C01390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01390; }

 p { color: rgb(192,19,144); }

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

background-color css

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

 a { background-color: rgb(192,19,144); }

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

border-color css

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

 span { border-color: rgb(192,19,144); }

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