Html Css Color HEX #C3348C Medium Red Violet

📋 copy color: '#C3348C'

red 195 ◦ green 52 ◦ blue 140

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

Shades of Medium Red Violet #C3348C

Tints of Medium Red Violet #C3348C

RGB

 RED value IS 195 (76.56% from 255) = 50.39%

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 50.39%
G = 13.44%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3348C (or 0xC3348C) is known color: Medium Red Violet. HEX triplet: C3, 34 and 8C. RGB value is (195,52,140). Sum of RGB (Red+Green+Blue) = 195+52+140=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3348C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3348C is #3CCB73. Grayscale: #686868. Windows color (decimal): -3984244 or 9188547. OLE color: 9188547.

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

Color convert

RGB 195 52 140 -
CMYK 0 0.73 0.28 0.24
HSL 323.08º 0.58% 0.48% -
HSV(B) 323.08º 0.73% 0.76% -
XYZ 28.47 15.95 26.39 -
YUV 104.79 147.88 192.34 -
System Red Green Blue C M Y K H S L
Decimal 195 52 140 0 0.73 0.28 0.24 323.08 0.58 0.48
Hex C3 34 8C 0 49 1C 18 143 3A 30
Octal 303 64 214 0 111 34 30 503 72 60
Binary 11000011 110100 10001100 0 1001001 11100 11000 101000011 111010 110000

Color Harmonies of #C3348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3348C

Black with #C3348C

Text Example


Text Example

White with #C3348C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3348C; }

 p { color: rgb(195,52,140); }

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

background-color css

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

 a { background-color: rgb(195,52,140); }

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

border-color css

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

 span { border-color: rgb(195,52,140); }

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