Html Css Color HEX #C7328F Medium Red Violet

📋 copy color: '#C7328F'

red 199 ◦ green 50 ◦ blue 143

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

Shades of Medium Red Violet #C7328F

Tints of Medium Red Violet #C7328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 50.77%
G = 12.76%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7328F (or 0xC7328F) is known color: Medium Red Violet. HEX triplet: C7, 32 and 8F. RGB value is (199,50,143). Sum of RGB (Red+Green+Blue) = 199+50+143=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7328F is #38CD70. Grayscale: #686868. Windows color (decimal): -3722609 or 9384647. OLE color: 9384647.

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

Color convert

RGB 199 50 143 -
CMYK 0 0.75 0.28 0.22
HSL 322.55º 0.6% 0.49% -
HSV(B) 322.55º 0.75% 0.78% -
XYZ 29.65 16.41 27.59 -
YUV 105.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 199 50 143 0 0.75 0.28 0.22 322.55 0.6 0.49
Hex C7 32 8F 0 4B 1C 16 143 3C 31
Octal 307 62 217 0 113 34 26 503 74 61
Binary 11000111 110010 10001111 0 1001011 11100 10110 101000011 111100 110001

Color Harmonies of #C7328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7328F

Black with #C7328F

Text Example


Text Example

White with #C7328F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7328F; }

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

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

background-color css

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

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

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

border-color css

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

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

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