Html Css Color HEX #C3397F Medium Red Violet

📋 copy color: '#C3397F'

red 195 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #C3397F

Tints of Medium Red Violet #C3397F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.04%

 BLUE value IS 127 (50% from 255) = 33.51%

R = 51.45%
G = 15.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3397F (or 0xC3397F) is known color: Medium Red Violet. HEX triplet: C3, 39 and 7F. RGB value is (195,57,127). Sum of RGB (Red+Green+Blue) = 195+57+127=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3397F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3397F is #3CC680. Grayscale: #6A6A6A. Windows color (decimal): -3982977 or 8337859. OLE color: 8337859.

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

Color convert

RGB 195 57 127 -
CMYK 0 0.71 0.35 0.24
HSL 329.57º 0.55% 0.49% -
HSV(B) 329.57º 0.71% 0.76% -
XYZ 27.8 16.06 21.71 -
YUV 106.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 195 57 127 0 0.71 0.35 0.24 329.57 0.55 0.49
Hex C3 39 7F 0 47 23 18 14A 37 31
Octal 303 71 177 0 107 43 30 512 67 61
Binary 11000011 111001 1111111 0 1000111 100011 11000 101001010 110111 110001

Color Harmonies of #C3397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3397F

Black with #C3397F

Text Example


Text Example

White with #C3397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3397F; }

 p { color: rgb(195,57,127); }

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

background-color css

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

 a { background-color: rgb(195,57,127); }

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

border-color css

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

 span { border-color: rgb(195,57,127); }

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