Html Css Color HEX #C00096 Medium Violet Red

📋 copy color: '#C00096'

red 192 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #C00096

Tints of Medium Violet Red #C00096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 56.14%
G = 0%
B = 43.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C00096 (or 0xC00096) is known color: Medium Violet Red. HEX triplet: C0, 00 and 96. RGB value is (192,0,150). Sum of RGB (Red+Green+Blue) = 192+0+150=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C00096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00096 is #3FFF69. Grayscale: #4A4A4A. Windows color (decimal): -4194154 or 9830592. OLE color: 9830592.

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

Color convert

RGB 192 0 150 -
CMYK 0 1 0.22 0.25
HSL 313.13º 1% 0.38% -
HSV(B) 313.13º 1% 0.75% -
XYZ 27.24 13.41 30.01 -
YUV 74.51 170.61 211.8 -
System Red Green Blue C M Y K H S L
Decimal 192 0 150 0 1 0.22 0.25 313.13 1 0.38
Hex C0 0 96 0 64 16 19 139 64 26
Octal 300 0 226 0 144 26 31 471 144 46
Binary 11000000 0 10010110 0 1100100 10110 11001 100111001 1100100 100110

Color Harmonies of #C00096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00096

Black with #C00096

Text Example


Text Example

White with #C00096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00096; }

 p { color: rgb(192,0,150); }

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

background-color css

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

 a { background-color: rgb(192,0,150); }

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

border-color css

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

 span { border-color: rgb(192,0,150); }

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