Html Css Color HEX #C7068B Medium Violet Red

📋 copy color: '#C7068B'

red 199 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #C7068B

Tints of Medium Violet Red #C7068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 57.85%
G = 1.74%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7068B (or 0xC7068B) is known color: Medium Violet Red. HEX triplet: C7, 06 and 8B. RGB value is (199,6,139). Sum of RGB (Red+Green+Blue) = 199+6+139=344 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.85% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 199 - color contains mainly: red. Hex color #C7068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7068B is #38F974. Grayscale: #4E4E4E. Windows color (decimal): -3733877 or 9111239. OLE color: 9111239.

HSL color Cylindrical-coordinate representation of color #C7068B: hue angle of 318.65º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7068B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 6 139 -
CMYK 0 0.97 0.30 0.22
HSL 318.65º 0.94% 0.4% -
HSV(B) 318.65º 0.97% 0.78% -
XYZ 28.28 14.14 25.66 -
YUV 78.87 161.94 213.69 -
System Red Green Blue C M Y K H S L
Decimal 199 6 139 0 0.97 0.30 0.22 318.65 0.94 0.4
Hex C7 6 8B 0 61 1E 16 13F 5E 28
Octal 307 6 213 0 141 36 26 477 136 50
Binary 11000111 110 10001011 0 1100001 11110 10110 100111111 1011110 101000

Color Harmonies of #C7068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7068B

Black with #C7068B

Text Example


Text Example

White with #C7068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7068B; }

 p { color: rgb(199,6,139); }

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

background-color css

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

 a { background-color: rgb(199,6,139); }

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

border-color css

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

 span { border-color: rgb(199,6,139); }

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