Html Css Color HEX #C2348A Medium Red Violet

📋 copy color: '#C2348A'

red 194 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #C2348A

Tints of Medium Red Violet #C2348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 50.52%
G = 13.54%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2348A (or 0xC2348A) is known color: Medium Red Violet. HEX triplet: C2, 34 and 8A. RGB value is (194,52,138). Sum of RGB (Red+Green+Blue) = 194+52+138=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2348A is #3DCB75. Grayscale: #686868. Windows color (decimal): -4049782 or 9057474. OLE color: 9057474.

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

Color convert

RGB 194 52 138 -
CMYK 0 0.73 0.29 0.24
HSL 323.66º 0.58% 0.48% -
HSV(B) 323.66º 0.73% 0.76% -
XYZ 28.06 15.76 25.61 -
YUV 104.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 194 52 138 0 0.73 0.29 0.24 323.66 0.58 0.48
Hex C2 34 8A 0 49 1D 18 144 3A 30
Octal 302 64 212 0 111 35 30 504 72 60
Binary 11000010 110100 10001010 0 1001001 11101 11000 101000100 111010 110000

Color Harmonies of #C2348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2348A

Black with #C2348A

Text Example


Text Example

White with #C2348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2348A; }

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

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

background-color css

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

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

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

border-color css

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

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

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