Html Css Color HEX #C0349B Medium Red Violet

📋 copy color: '#C0349B'

red 192 ◦ green 52 ◦ blue 155

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

Shades of Medium Red Violet #C0349B

Tints of Medium Red Violet #C0349B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 48.12%
G = 13.03%
B = 38.85%

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

#C0349B (or 0xC0349B) is known color: Medium Red Violet. HEX triplet: C0, 34 and 9B. RGB value is (192,52,155). Sum of RGB (Red+Green+Blue) = 192+52+155=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0349B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0349B is #3FCB64. Grayscale: #696969. Windows color (decimal): -4180837 or 10171584. OLE color: 10171584.

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

Color convert

RGB 192 52 155 -
CMYK 0 0.73 0.19 0.25
HSL 315.86º 0.57% 0.48% -
HSV(B) 315.86º 0.73% 0.75% -
XYZ 28.88 16.03 32.58 -
YUV 105.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 192 52 155 0 0.73 0.19 0.25 315.86 0.57 0.48
Hex C0 34 9B 0 49 13 19 13C 39 30
Octal 300 64 233 0 111 23 31 474 71 60
Binary 11000000 110100 10011011 0 1001001 10011 11001 100111100 111001 110000

Color Harmonies of #C0349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0349B

Black with #C0349B

Text Example


Text Example

White with #C0349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0349B; }

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

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

background-color css

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

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

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

border-color css

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

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

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