Html Css Color HEX #C7357A Medium Red Violet

📋 copy color: '#C7357A'

red 199 ◦ green 53 ◦ blue 122

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

Shades of Medium Red Violet #C7357A

Tints of Medium Red Violet #C7357A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 53.21%
G = 14.17%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7357A (or 0xC7357A) is known color: Medium Red Violet. HEX triplet: C7, 35 and 7A. RGB value is (199,53,122). Sum of RGB (Red+Green+Blue) = 199+53+122=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7357A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7357A is #38CA85. Grayscale: #686868. Windows color (decimal): -3721862 or 8009159. OLE color: 8009159.

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

Color convert

RGB 199 53 122 -
CMYK 0 0.73 0.39 0.22
HSL 331.64º 0.58% 0.49% -
HSV(B) 331.64º 0.73% 0.78% -
XYZ 28.34 16.09 20.03 -
YUV 104.52 137.87 195.39 -
System Red Green Blue C M Y K H S L
Decimal 199 53 122 0 0.73 0.39 0.22 331.64 0.58 0.49
Hex C7 35 7A 0 49 27 16 14C 3A 31
Octal 307 65 172 0 111 47 26 514 72 61
Binary 11000111 110101 1111010 0 1001001 100111 10110 101001100 111010 110001

Color Harmonies of #C7357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7357A

Black with #C7357A

Text Example


Text Example

White with #C7357A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7357A; }

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

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

background-color css

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

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

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

border-color css

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

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

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