Html Css Color HEX #C7308C Medium Red Violet

📋 copy color: '#C7308C'

red 199 ◦ green 48 ◦ blue 140

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

Shades of Medium Red Violet #C7308C

Tints of Medium Red Violet #C7308C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 51.42%
G = 12.4%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7308C (or 0xC7308C) is known color: Medium Red Violet. HEX triplet: C7, 30 and 8C. RGB value is (199,48,140). Sum of RGB (Red+Green+Blue) = 199+48+140=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7308C is #38CF73. Grayscale: #676767. Windows color (decimal): -3723124 or 9187527. OLE color: 9187527.

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

Color convert

RGB 199 48 140 -
CMYK 0 0.76 0.30 0.22
HSL 323.44º 0.61% 0.48% -
HSV(B) 323.44º 0.76% 0.78% -
XYZ 29.34 16.15 26.38 -
YUV 103.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 199 48 140 0 0.76 0.30 0.22 323.44 0.61 0.48
Hex C7 30 8C 0 4C 1E 16 143 3D 30
Octal 307 60 214 0 114 36 26 503 75 60
Binary 11000111 110000 10001100 0 1001100 11110 10110 101000011 111101 110000

Color Harmonies of #C7308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7308C

Black with #C7308C

Text Example


Text Example

White with #C7308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7308C; }

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

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

background-color css

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

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

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

border-color css

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

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

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