Html Css Color HEX #C01595 Medium Violet Red

📋 copy color: '#C01595'

red 192 ◦ green 21 ◦ blue 149

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

Shades of Medium Violet Red #C01595

Tints of Medium Violet Red #C01595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.8%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 53.04%
G = 5.8%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C01595 (or 0xC01595) is known color: Medium Violet Red. HEX triplet: C0, 15 and 95. RGB value is (192,21,149). Sum of RGB (Red+Green+Blue) = 192+21+149=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01595 is #3FEA6A. Grayscale: #565656. Windows color (decimal): -4188779 or 9770432. OLE color: 9770432.

HSL color Cylindrical-coordinate representation of color #C01595: hue angle of 315.09º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01595 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 149 -
CMYK 0 0.89 0.22 0.25
HSL 315.09º 0.8% 0.42% -
HSV(B) 315.09º 0.89% 0.75% -
XYZ 27.43 13.91 29.67 -
YUV 86.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 192 21 149 0 0.89 0.22 0.25 315.09 0.8 0.42
Hex C0 15 95 0 59 16 19 13B 50 2A
Octal 300 25 225 0 131 26 31 473 120 52
Binary 11000000 10101 10010101 0 1011001 10110 11001 100111011 1010000 101010

Color Harmonies of #C01595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01595

Black with #C01595

Text Example


Text Example

White with #C01595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01595; }

 p { color: rgb(192,21,149); }

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

background-color css

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

 a { background-color: rgb(192,21,149); }

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

border-color css

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

 span { border-color: rgb(192,21,149); }

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