Html Css Color HEX #C7308F Medium Red Violet

📋 copy color: '#C7308F'

red 199 ◦ green 48 ◦ blue 143

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

Shades of Medium Red Violet #C7308F

Tints of Medium Red Violet #C7308F

RGB

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

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

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

R = 51.03%
G = 12.31%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7308F (or 0xC7308F) is known color: Medium Red Violet. HEX triplet: C7, 30 and 8F. RGB value is (199,48,143). Sum of RGB (Red+Green+Blue) = 199+48+143=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7308F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7308F is #38CF70. Grayscale: #676767. Windows color (decimal): -3723121 or 9384135. OLE color: 9384135.

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

Color convert

RGB 199 48 143 -
CMYK 0 0.76 0.28 0.22
HSL 322.25º 0.61% 0.48% -
HSV(B) 322.25º 0.76% 0.78% -
XYZ 29.57 16.24 27.56 -
YUV 103.98 150.03 195.78 -
System Red Green Blue C M Y K H S L
Decimal 199 48 143 0 0.76 0.28 0.22 322.25 0.61 0.48
Hex C7 30 8F 0 4C 1C 16 142 3D 30
Octal 307 60 217 0 114 34 26 502 75 60
Binary 11000111 110000 10001111 0 1001100 11100 10110 101000010 111101 110000

Color Harmonies of #C7308F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7308F

Black with #C7308F

Text Example


Text Example

White with #C7308F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7308F; }

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

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

background-color css

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

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

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

border-color css

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

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

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