Html Css Color HEX #C7069F Medium Violet Red

📋 copy color: '#C7069F'

red 199 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #C7069F

Tints of Medium Violet Red #C7069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.68%

R = 54.67%
G = 1.65%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C7069F (or 0xC7069F) is known color: Medium Violet Red. HEX triplet: C7, 06 and 9F. RGB value is (199,6,159). Sum of RGB (Red+Green+Blue) = 199+6+159=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C7069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7069F is #38F960. Grayscale: #505050. Windows color (decimal): -3733857 or 10421959. OLE color: 10421959.

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

Color convert

RGB 199 6 159 -
CMYK 0 0.97 0.20 0.22
HSL 312.44º 0.94% 0.4% -
HSV(B) 312.44º 0.97% 0.78% -
XYZ 29.88 14.78 34.08 -
YUV 81.15 171.94 212.06 -
System Red Green Blue C M Y K H S L
Decimal 199 6 159 0 0.97 0.20 0.22 312.44 0.94 0.4
Hex C7 6 9F 0 61 14 16 138 5E 28
Octal 307 6 237 0 141 24 26 470 136 50
Binary 11000111 110 10011111 0 1100001 10100 10110 100111000 1011110 101000

Color Harmonies of #C7069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7069F

Black with #C7069F

Text Example


Text Example

White with #C7069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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