Html Css Color HEX #C0399C Medium Red Violet

📋 copy color: '#C0399C'

red 192 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #C0399C

Tints of Medium Red Violet #C0399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.07%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 47.41%
G = 14.07%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0399C (or 0xC0399C) is known color: Medium Red Violet. HEX triplet: C0, 39 and 9C. RGB value is (192,57,156). Sum of RGB (Red+Green+Blue) = 192+57+156=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0399C is #3FC663. Grayscale: #6C6C6C. Windows color (decimal): -4179556 or 10238400. OLE color: 10238400.

HSL color Cylindrical-coordinate representation of color #C0399C: hue angle of 316º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0399C is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 156 -
CMYK 0 0.70 0.19 0.25
HSL 316º 0.54% 0.49% -
HSV(B) 316º 0.7% 0.75% -
XYZ 29.2 16.53 33.1 -
YUV 108.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 192 57 156 0 0.70 0.19 0.25 316 0.54 0.49
Hex C0 39 9C 0 46 13 19 13C 36 31
Octal 300 71 234 0 106 23 31 474 66 61
Binary 11000000 111001 10011100 0 1000110 10011 11001 100111100 110110 110001

Color Harmonies of #C0399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0399C

Black with #C0399C

Text Example


Text Example

White with #C0399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0399C; }

 p { color: rgb(192,57,156); }

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

background-color css

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

 a { background-color: rgb(192,57,156); }

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

border-color css

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

 span { border-color: rgb(192,57,156); }

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