Html Css Color HEX #C3379C Medium Red Violet

📋 copy color: '#C3379C'

red 195 ◦ green 55 ◦ blue 156

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

Shades of Medium Red Violet #C3379C

Tints of Medium Red Violet #C3379C

RGB

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

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

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

R = 48.03%
G = 13.55%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C3379C (or 0xC3379C) is known color: Medium Red Violet. HEX triplet: C3, 37 and 9C. RGB value is (195,55,156). Sum of RGB (Red+Green+Blue) = 195+55+156=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3379C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3379C is #3CC863. Grayscale: #6C6C6C. Windows color (decimal): -3983460 or 10237891. OLE color: 10237891.

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

Color convert

RGB 195 55 156 -
CMYK 0 0.72 0.20 0.24
HSL 316.71º 0.56% 0.49% -
HSV(B) 316.71º 0.72% 0.76% -
XYZ 29.87 16.73 33.11 -
YUV 108.37 154.88 189.79 -
System Red Green Blue C M Y K H S L
Decimal 195 55 156 0 0.72 0.20 0.24 316.71 0.56 0.49
Hex C3 37 9C 0 48 14 18 13D 38 31
Octal 303 67 234 0 110 24 30 475 70 61
Binary 11000011 110111 10011100 0 1001000 10100 11000 100111101 111000 110001

Color Harmonies of #C3379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3379C

Black with #C3379C

Text Example


Text Example

White with #C3379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3379C; }

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

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

background-color css

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

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

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

border-color css

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

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

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