Html Css Color HEX #C7309B Medium Red Violet

📋 copy color: '#C7309B'

red 199 ◦ green 48 ◦ blue 155

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

Shades of Medium Red Violet #C7309B

Tints of Medium Red Violet #C7309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.94%

 BLUE value IS 155 (60.94% from 255) = 38.56%

R = 49.5%
G = 11.94%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7309B (or 0xC7309B) is known color: Medium Red Violet. HEX triplet: C7, 30 and 9B. RGB value is (199,48,155). Sum of RGB (Red+Green+Blue) = 199+48+155=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7309B is #38CF64. Grayscale: #696969. Windows color (decimal): -3723109 or 10170567. OLE color: 10170567.

HSL color Cylindrical-coordinate representation of color #C7309B: hue angle of 317.48º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7309B is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 48 155 -
CMYK 0 0.76 0.22 0.22
HSL 317.48º 0.61% 0.48% -
HSV(B) 317.48º 0.76% 0.78% -
XYZ 30.53 16.62 32.61 -
YUV 105.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 199 48 155 0 0.76 0.22 0.22 317.48 0.61 0.48
Hex C7 30 9B 0 4C 16 16 13D 3D 30
Octal 307 60 233 0 114 26 26 475 75 60
Binary 11000111 110000 10011011 0 1001100 10110 10110 100111101 111101 110000

Color Harmonies of #C7309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7309B

Black with #C7309B

Text Example


Text Example

White with #C7309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7309B; }

 p { color: rgb(199,48,155); }

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

background-color css

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

 a { background-color: rgb(199,48,155); }

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

border-color css

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

 span { border-color: rgb(199,48,155); }

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