Html Css Color HEX #C7357E Medium Red Violet

📋 copy color: '#C7357E'

red 199 ◦ green 53 ◦ blue 126

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

Shades of Medium Red Violet #C7357E

Tints of Medium Red Violet #C7357E

RGB

 RED value IS 199 (78.13% from 255) = 52.65%

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

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

R = 52.65%
G = 14.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7357E (or 0xC7357E) is known color: Medium Red Violet. HEX triplet: C7, 35 and 7E. RGB value is (199,53,126). Sum of RGB (Red+Green+Blue) = 199+53+126=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7357E is #38CA81. Grayscale: #686868. Windows color (decimal): -3721858 or 8271303. OLE color: 8271303.

HSL color Cylindrical-coordinate representation of color #C7357E: hue angle of 330º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7357E is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 126 -
CMYK 0 0.73 0.37 0.22
HSL 330º 0.58% 0.49% -
HSV(B) 330º 0.73% 0.78% -
XYZ 28.59 16.19 21.36 -
YUV 104.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 199 53 126 0 0.73 0.37 0.22 330 0.58 0.49
Hex C7 35 7E 0 49 25 16 14A 3A 31
Octal 307 65 176 0 111 45 26 512 72 61
Binary 11000111 110101 1111110 0 1001001 100101 10110 101001010 111010 110001

Color Harmonies of #C7357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7357E

Black with #C7357E

Text Example


Text Example

White with #C7357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7357E; }

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

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

background-color css

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

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

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

border-color css

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

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

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