Html Css Color HEX #C7328A Medium Red Violet

📋 copy color: '#C7328A'

red 199 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #C7328A

Tints of Medium Red Violet #C7328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.92%

 BLUE value IS 138 (54.3% from 255) = 35.66%

R = 51.42%
G = 12.92%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7328A (or 0xC7328A) is known color: Medium Red Violet. HEX triplet: C7, 32 and 8A. RGB value is (199,50,138). Sum of RGB (Red+Green+Blue) = 199+50+138=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7328A is #38CD75. Grayscale: #686868. Windows color (decimal): -3722614 or 9056967. OLE color: 9056967.

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

Color convert

RGB 199 50 138 -
CMYK 0 0.75 0.31 0.22
HSL 324.56º 0.6% 0.49% -
HSV(B) 324.56º 0.75% 0.78% -
XYZ 29.28 16.26 25.64 -
YUV 104.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 199 50 138 0 0.75 0.31 0.22 324.56 0.6 0.49
Hex C7 32 8A 0 4B 1F 16 145 3C 31
Octal 307 62 212 0 113 37 26 505 74 61
Binary 11000111 110010 10001010 0 1001011 11111 10110 101000101 111100 110001

Color Harmonies of #C7328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7328A

Black with #C7328A

Text Example


Text Example

White with #C7328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7328A; }

 p { color: rgb(199,50,138); }

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

background-color css

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

 a { background-color: rgb(199,50,138); }

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

border-color css

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

 span { border-color: rgb(199,50,138); }

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