Html Css Color HEX #C0339C Medium Red Violet

📋 copy color: '#C0339C'

red 192 ◦ green 51 ◦ blue 156

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

Shades of Medium Red Violet #C0339C

Tints of Medium Red Violet #C0339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.78%

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

R = 48.12%
G = 12.78%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0339C (or 0xC0339C) is known color: Medium Red Violet. HEX triplet: C0, 33 and 9C. RGB value is (192,51,156). Sum of RGB (Red+Green+Blue) = 192+51+156=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0339C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0339C is #3FCC63. Grayscale: #686868. Windows color (decimal): -4181092 or 10236864. OLE color: 10236864.

HSL color Cylindrical-coordinate representation of color #C0339C: hue angle of 315.32º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0339C is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 156 -
CMYK 0 0.73 0.19 0.25
HSL 315.32º 0.58% 0.48% -
HSV(B) 315.32º 0.73% 0.75% -
XYZ 28.92 15.97 33.01 -
YUV 105.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 192 51 156 0 0.73 0.19 0.25 315.32 0.58 0.48
Hex C0 33 9C 0 49 13 19 13B 3A 30
Octal 300 63 234 0 111 23 31 473 72 60
Binary 11000000 110011 10011100 0 1001001 10011 11001 100111011 111010 110000

Color Harmonies of #C0339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0339C

Black with #C0339C

Text Example


Text Example

White with #C0339C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0339C; }

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

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

background-color css

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

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

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

border-color css

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

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

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