Html Css Color HEX #C2349C Medium Red Violet

📋 copy color: '#C2349C'

red 194 ◦ green 52 ◦ blue 156

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

Shades of Medium Red Violet #C2349C

Tints of Medium Red Violet #C2349C

RGB

 RED value IS 194 (76.17% from 255) = 48.26%

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

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

R = 48.26%
G = 12.94%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2349C (or 0xC2349C) is known color: Medium Red Violet. HEX triplet: C2, 34 and 9C. RGB value is (194,52,156). Sum of RGB (Red+Green+Blue) = 194+52+156=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2349C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2349C is #3DCB63. Grayscale: #6A6A6A. Windows color (decimal): -4049764 or 10237122. OLE color: 10237122.

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

Color convert

RGB 194 52 156 -
CMYK 0 0.73 0.20 0.24
HSL 316.06º 0.58% 0.48% -
HSV(B) 316.06º 0.73% 0.76% -
XYZ 29.48 16.33 33.05 -
YUV 106.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 194 52 156 0 0.73 0.20 0.24 316.06 0.58 0.48
Hex C2 34 9C 0 49 14 18 13C 3A 30
Octal 302 64 234 0 111 24 30 474 72 60
Binary 11000010 110100 10011100 0 1001001 10100 11000 100111100 111010 110000

Color Harmonies of #C2349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2349C

Black with #C2349C

Text Example


Text Example

White with #C2349C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2349C; }

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

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

background-color css

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

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

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

border-color css

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

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

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