Html Css Color HEX #C3378C Medium Red Violet

📋 copy color: '#C3378C'

red 195 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #C3378C

Tints of Medium Red Violet #C3378C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.1%

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

R = 50%
G = 14.1%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3378C (or 0xC3378C) is known color: Medium Red Violet. HEX triplet: C3, 37 and 8C. RGB value is (195,55,140). Sum of RGB (Red+Green+Blue) = 195+55+140=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3378C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3378C is #3CC873. Grayscale: #6A6A6A. Windows color (decimal): -3983476 or 9189315. OLE color: 9189315.

HSL color Cylindrical-coordinate representation of color #C3378C: hue angle of 323.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3378C is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 55 140 -
CMYK 0 0.72 0.28 0.24
HSL 323.57º 0.56% 0.49% -
HSV(B) 323.57º 0.72% 0.76% -
XYZ 28.61 16.23 26.44 -
YUV 106.55 146.88 191.09 -
System Red Green Blue C M Y K H S L
Decimal 195 55 140 0 0.72 0.28 0.24 323.57 0.56 0.49
Hex C3 37 8C 0 48 1C 18 144 38 31
Octal 303 67 214 0 110 34 30 504 70 61
Binary 11000011 110111 10001100 0 1001000 11100 11000 101000100 111000 110001

Color Harmonies of #C3378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3378C

Black with #C3378C

Text Example


Text Example

White with #C3378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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