Html Css Color HEX #C3359D Medium Red Violet

📋 copy color: '#C3359D'

red 195 ◦ green 53 ◦ blue 157

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

Shades of Medium Red Violet #C3359D

Tints of Medium Red Violet #C3359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.09%

 BLUE value IS 157 (61.72% from 255) = 38.77%

R = 48.15%
G = 13.09%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3359D (or 0xC3359D) is known color: Medium Red Violet. HEX triplet: C3, 35 and 9D. RGB value is (195,53,157). Sum of RGB (Red+Green+Blue) = 195+53+157=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 157 (61.72% from 255 or 38.77% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3359D is #3CCA62. Grayscale: #6B6B6B. Windows color (decimal): -3983971 or 10302915. OLE color: 10302915.

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

Color convert

RGB 195 53 157 -
CMYK 0 0.73 0.19 0.24
HSL 316.06º 0.57% 0.49% -
HSV(B) 316.06º 0.73% 0.76% -
XYZ 29.86 16.58 33.53 -
YUV 107.31 156.04 190.54 -
System Red Green Blue C M Y K H S L
Decimal 195 53 157 0 0.73 0.19 0.24 316.06 0.57 0.49
Hex C3 35 9D 0 49 13 18 13C 39 31
Octal 303 65 235 0 111 23 30 474 71 61
Binary 11000011 110101 10011101 0 1001001 10011 11000 100111100 111001 110001

Color Harmonies of #C3359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3359D

Black with #C3359D

Text Example


Text Example

White with #C3359D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3359D; }

 p { color: rgb(195,53,157); }

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

background-color css

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

 a { background-color: rgb(195,53,157); }

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

border-color css

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

 span { border-color: rgb(195,53,157); }

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