Html Css Color HEX #C7098A Medium Violet Red

📋 copy color: '#C7098A'

red 199 ◦ green 9 ◦ blue 138

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

Shades of Medium Violet Red #C7098A

Tints of Medium Violet Red #C7098A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.6%

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

R = 57.51%
G = 2.6%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7098A (or 0xC7098A) is known color: Medium Violet Red. HEX triplet: C7, 09 and 8A. RGB value is (199,9,138). Sum of RGB (Red+Green+Blue) = 199+9+138=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7098A is #38F675. Grayscale: #505050. Windows color (decimal): -3733110 or 9046471. OLE color: 9046471.

HSL color Cylindrical-coordinate representation of color #C7098A: hue angle of 319.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7098A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 9 138 -
CMYK 0 0.95 0.31 0.22
HSL 319.26º 0.91% 0.41% -
HSV(B) 319.26º 0.95% 0.78% -
XYZ 28.24 14.17 25.29 -
YUV 80.52 160.45 212.51 -
System Red Green Blue C M Y K H S L
Decimal 199 9 138 0 0.95 0.31 0.22 319.26 0.91 0.41
Hex C7 9 8A 0 5F 1F 16 13F 5B 29
Octal 307 11 212 0 137 37 26 477 133 51
Binary 11000111 1001 10001010 0 1011111 11111 10110 100111111 1011011 101001

Color Harmonies of #C7098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7098A

Black with #C7098A

Text Example


Text Example

White with #C7098A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7098A; }

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

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

background-color css

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

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

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

border-color css

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

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

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