Html Css Color HEX #C00396 Medium Violet Red

📋 copy color: '#C00396'

red 192 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #C00396

Tints of Medium Violet Red #C00396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

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

R = 55.65%
G = 0.87%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C00396 (or 0xC00396) is known color: Medium Violet Red. HEX triplet: C0, 03 and 96. RGB value is (192,3,150). Sum of RGB (Red+Green+Blue) = 192+3+150=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C00396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00396 is #3FFC69. Grayscale: #4B4B4B. Windows color (decimal): -4193386 or 9831360. OLE color: 9831360.

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

Color convert

RGB 192 3 150 -
CMYK 0 0.98 0.22 0.25
HSL 313.33º 0.97% 0.38% -
HSV(B) 313.33º 0.98% 0.75% -
XYZ 27.28 13.47 30.02 -
YUV 76.27 169.62 210.55 -
System Red Green Blue C M Y K H S L
Decimal 192 3 150 0 0.98 0.22 0.25 313.33 0.97 0.38
Hex C0 3 96 0 62 16 19 139 61 26
Octal 300 3 226 0 142 26 31 471 141 46
Binary 11000000 11 10010110 0 1100010 10110 11001 100111001 1100001 100110

Color Harmonies of #C00396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00396

Black with #C00396

Text Example


Text Example

White with #C00396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00396; }

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

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

background-color css

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

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

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

border-color css

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

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

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