Html Css Color HEX #C3389F Medium Red Violet

📋 copy color: '#C3389F'

red 195 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #C3389F

Tints of Medium Red Violet #C3389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.66%

 BLUE value IS 159 (62.5% from 255) = 38.78%

R = 47.56%
G = 13.66%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C3389F (or 0xC3389F) is known color: Medium Red Violet. HEX triplet: C3, 38 and 9F. RGB value is (195,56,159). Sum of RGB (Red+Green+Blue) = 195+56+159=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3389F is #3CC760. Grayscale: #6D6D6D. Windows color (decimal): -3983201 or 10434755. OLE color: 10434755.

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

Color convert

RGB 195 56 159 -
CMYK 0 0.71 0.18 0.24
HSL 315.54º 0.55% 0.49% -
HSV(B) 315.54º 0.71% 0.76% -
XYZ 30.18 16.93 34.48 -
YUV 109.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 195 56 159 0 0.71 0.18 0.24 315.54 0.55 0.49
Hex C3 38 9F 0 47 12 18 13C 37 31
Octal 303 70 237 0 107 22 30 474 67 61
Binary 11000011 111000 10011111 0 1000111 10010 11000 100111100 110111 110001

Color Harmonies of #C3389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3389F

Black with #C3389F

Text Example


Text Example

White with #C3389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3389F; }

 p { color: rgb(195,56,159); }

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

background-color css

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

 a { background-color: rgb(195,56,159); }

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

border-color css

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

 span { border-color: rgb(195,56,159); }

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