Html Css Color HEX #C3397E Medium Red Violet

📋 copy color: '#C3397E'

red 195 ◦ green 57 ◦ blue 126

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

Shades of Medium Red Violet #C3397E

Tints of Medium Red Violet #C3397E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.33%

R = 51.59%
G = 15.08%
B = 33.33%

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

#C3397E (or 0xC3397E) is known color: Medium Red Violet. HEX triplet: C3, 39 and 7E. RGB value is (195,57,126). Sum of RGB (Red+Green+Blue) = 195+57+126=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3397E is #3CC681. Grayscale: #696969. Windows color (decimal): -3982978 or 8272323. OLE color: 8272323.

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

Color convert

RGB 195 57 126 -
CMYK 0 0.71 0.35 0.24
HSL 330º 0.55% 0.49% -
HSV(B) 330º 0.71% 0.76% -
XYZ 27.73 16.03 21.37 -
YUV 106.13 139.22 191.39 -
System Red Green Blue C M Y K H S L
Decimal 195 57 126 0 0.71 0.35 0.24 330 0.55 0.49
Hex C3 39 7E 0 47 23 18 14A 37 31
Octal 303 71 176 0 107 43 30 512 67 61
Binary 11000011 111001 1111110 0 1000111 100011 11000 101001010 110111 110001

Color Harmonies of #C3397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3397E

Black with #C3397E

Text Example


Text Example

White with #C3397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3397E; }

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

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

background-color css

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

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

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

border-color css

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

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

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