Html Css Color HEX #C0349C Medium Red Violet

📋 copy color: '#C0349C'

red 192 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #C0349C

Tints of Medium Red Violet #C0349C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13%

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

R = 48%
G = 13%
B = 39%

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

#C0349C (or 0xC0349C) is known color: Medium Red Violet. HEX triplet: C0, 34 and 9C. RGB value is (192,52,156). Sum of RGB (Red+Green+Blue) = 192+52+156=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0349C is #3FCB63. Grayscale: #696969. Windows color (decimal): -4180836 or 10237120. OLE color: 10237120.

HSL color Cylindrical-coordinate representation of color #C0349C: hue angle of 315.43º degrees, saturation: 0.57, 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 #C0349C is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 52 156 -
CMYK 0 0.73 0.19 0.25
HSL 315.43º 0.57% 0.48% -
HSV(B) 315.43º 0.73% 0.75% -
XYZ 28.97 16.06 33.03 -
YUV 105.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 192 52 156 0 0.73 0.19 0.25 315.43 0.57 0.48
Hex C0 34 9C 0 49 13 19 13B 39 30
Octal 300 64 234 0 111 23 31 473 71 60
Binary 11000000 110100 10011100 0 1001001 10011 11001 100111011 111001 110000

Color Harmonies of #C0349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0349C

Black with #C0349C

Text Example


Text Example

White with #C0349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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