Html Css Color HEX #C2349D Medium Red Violet

📋 copy color: '#C2349D'

red 194 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #C2349D

Tints of Medium Red Violet #C2349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.96%

R = 48.14%
G = 12.9%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2349D (or 0xC2349D) is known color: Medium Red Violet. HEX triplet: C2, 34 and 9D. RGB value is (194,52,157). Sum of RGB (Red+Green+Blue) = 194+52+157=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2349D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2349D is #3DCB62. Grayscale: #6A6A6A. Windows color (decimal): -4049763 or 10302658. OLE color: 10302658.

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

Color convert

RGB 194 52 157 -
CMYK 0 0.73 0.19 0.24
HSL 315.63º 0.58% 0.48% -
HSV(B) 315.63º 0.73% 0.76% -
XYZ 29.56 16.36 33.5 -
YUV 106.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 194 52 157 0 0.73 0.19 0.24 315.63 0.58 0.48
Hex C2 34 9D 0 49 13 18 13C 3A 30
Octal 302 64 235 0 111 23 30 474 72 60
Binary 11000010 110100 10011101 0 1001001 10011 11000 100111100 111010 110000

Color Harmonies of #C2349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2349D

Black with #C2349D

Text Example


Text Example

White with #C2349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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