Html Css Color HEX #C3357E Medium Red Violet

📋 copy color: '#C3357E'

red 195 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #C3357E

Tints of Medium Red Violet #C3357E

RGB

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

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

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

R = 52.14%
G = 14.17%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3357E (or 0xC3357E) is known color: Medium Red Violet. HEX triplet: C3, 35 and 7E. RGB value is (195,53,126). Sum of RGB (Red+Green+Blue) = 195+53+126=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3357E is #3CCA81. Grayscale: #676767. Windows color (decimal): -3984002 or 8271299. OLE color: 8271299.

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

Color convert

RGB 195 53 126 -
CMYK 0 0.73 0.35 0.24
HSL 329.15º 0.57% 0.49% -
HSV(B) 329.15º 0.73% 0.76% -
XYZ 27.54 15.65 21.31 -
YUV 103.78 140.54 193.06 -
System Red Green Blue C M Y K H S L
Decimal 195 53 126 0 0.73 0.35 0.24 329.15 0.57 0.49
Hex C3 35 7E 0 49 23 18 149 39 31
Octal 303 65 176 0 111 43 30 511 71 61
Binary 11000011 110101 1111110 0 1001001 100011 11000 101001001 111001 110001

Color Harmonies of #C3357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3357E

Black with #C3357E

Text Example


Text Example

White with #C3357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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