Html Css Color HEX #C7327F Medium Red Violet

📋 copy color: '#C7327F'

red 199 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #C7327F

Tints of Medium Red Violet #C7327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 52.93%
G = 13.3%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7327F (or 0xC7327F) is known color: Medium Red Violet. HEX triplet: C7, 32 and 7F. RGB value is (199,50,127). Sum of RGB (Red+Green+Blue) = 199+50+127=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7327F is #38CD80. Grayscale: #676767. Windows color (decimal): -3722625 or 8336071. OLE color: 8336071.

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

Color convert

RGB 199 50 127 -
CMYK 0 0.75 0.36 0.22
HSL 328.99º 0.6% 0.49% -
HSV(B) 328.99º 0.75% 0.78% -
XYZ 28.52 15.96 21.66 -
YUV 103.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 199 50 127 0 0.75 0.36 0.22 328.99 0.6 0.49
Hex C7 32 7F 0 4B 24 16 149 3C 31
Octal 307 62 177 0 113 44 26 511 74 61
Binary 11000111 110010 1111111 0 1001011 100100 10110 101001001 111100 110001

Color Harmonies of #C7327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7327F

Black with #C7327F

Text Example


Text Example

White with #C7327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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