Html Css Color HEX #C7308A Medium Red Violet

📋 copy color: '#C7308A'

red 199 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #C7308A

Tints of Medium Red Violet #C7308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.84%

R = 51.69%
G = 12.47%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7308A (or 0xC7308A) is known color: Medium Red Violet. HEX triplet: C7, 30 and 8A. RGB value is (199,48,138). Sum of RGB (Red+Green+Blue) = 199+48+138=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7308A is #38CF75. Grayscale: #676767. Windows color (decimal): -3723126 or 9056455. OLE color: 9056455.

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

Color convert

RGB 199 48 138 -
CMYK 0 0.76 0.31 0.22
HSL 324.24º 0.61% 0.48% -
HSV(B) 324.24º 0.76% 0.78% -
XYZ 29.2 16.09 25.61 -
YUV 103.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 199 48 138 0 0.76 0.31 0.22 324.24 0.61 0.48
Hex C7 30 8A 0 4C 1F 16 144 3D 30
Octal 307 60 212 0 114 37 26 504 75 60
Binary 11000111 110000 10001010 0 1001100 11111 10110 101000100 111101 110000

Color Harmonies of #C7308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7308A

Black with #C7308A

Text Example


Text Example

White with #C7308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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